summaryrefslogtreecommitdiff
path: root/src/libs6/s6lock_wait_and.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs6/s6lock_wait_and.c')
-rw-r--r--src/libs6/s6lock_wait_and.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6/s6lock_wait_and.c b/src/libs6/s6lock_wait_and.c
index 30c7a43..22ec63b 100644
--- a/src/libs6/s6lock_wait_and.c
+++ b/src/libs6/s6lock_wait_and.c
@@ -14,7 +14,7 @@ int s6lock_wait_and (s6lock_t *a, uint16_t const *idlist, unsigned int n, tain_t
{
for (;;)
{
- register int r = s6lock_check(a, *idlist) ;
+ int r = s6lock_check(a, *idlist) ;
if (r < 0) return r ;
else if (r) break ;
r = iopause_stamp(&x, 1, deadline, stamp) ;