diff options
-rw-r--r-- | libexec/rtld-elf/rtld_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld_lock.c b/libexec/rtld-elf/rtld_lock.c index 7bffc94..1d77fe1 100644 --- a/libexec/rtld-elf/rtld_lock.c +++ b/libexec/rtld-elf/rtld_lock.c @@ -54,7 +54,7 @@ #define RC_INCR 0x2 /* Adjusts count of readers desiring lock */ typedef struct Struct_Lock { - volatile int lock; + volatile u_int lock; void *base; } Lock; |