diff options
Diffstat (limited to 'newlib/libc/syscalls/sysfcntl.c')
-rw-r--r-- | newlib/libc/syscalls/sysfcntl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysfcntl.c b/newlib/libc/syscalls/sysfcntl.c index 12d09a8..b063d76 100644 --- a/newlib/libc/syscalls/sysfcntl.c +++ b/newlib/libc/syscalls/sysfcntl.c @@ -6,8 +6,8 @@ int _DEFUN (fcntl, (fd, flag, arg), - int fd _AND - int flag _AND + int fd, + int flag, int arg) { #ifdef HAVE_FCNTL |