Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/sysfcntl.c')
-rw-r--r--newlib/libc/syscalls/sysfcntl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysfcntl.c b/newlib/libc/syscalls/sysfcntl.c
index b063d766f..feccbf072 100644
--- a/newlib/libc/syscalls/sysfcntl.c
+++ b/newlib/libc/syscalls/sysfcntl.c
@@ -5,8 +5,7 @@
#include <errno.h>
int
-_DEFUN (fcntl, (fd, flag, arg),
- int fd,
+fcntl (int fd,
int flag,
int arg)
{