diff options
Diffstat (limited to 'libc/pwd_grp/lckpwdf.c')
-rw-r--r-- | libc/pwd_grp/lckpwdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c index 9bba9b5fe..72f8e3c83 100644 --- a/libc/pwd_grp/lckpwdf.c +++ b/libc/pwd_grp/lckpwdf.c @@ -176,7 +176,7 @@ int ulckpwdf (void) } -static void noop_handler (int sig) +static void noop_handler (attribute_unused int sig) { /* We simply return which makes the `fcntl' call return with an error. */ } |