diff options
Diffstat (limited to 'lib/fcntl.c')
-rw-r--r-- | lib/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fcntl.c b/lib/fcntl.c index f602fad6285..51f62ef78a8 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c @@ -545,7 +545,7 @@ rpl_fcntl_DUPFD_CLOEXEC (int fd, int target) #ifdef __KLIBC__ static int -klibc_fcntl (int fd, int action, /* arg */...); +klibc_fcntl (int fd, int action, /* arg */...) { va_list arg_ptr; int arg; |