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/reent/fcntlr.c')
-rw-r--r--newlib/libc/reent/fcntlr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/fcntlr.c b/newlib/libc/reent/fcntlr.c
index fdfe41090..cd19d226f 100644
--- a/newlib/libc/reent/fcntlr.c
+++ b/newlib/libc/reent/fcntlr.c
@@ -40,8 +40,7 @@ DESCRIPTION
*/
int
-_DEFUN (_fcntl_r, (ptr, fd, cmd, arg),
- struct _reent *ptr,
+_fcntl_r (struct _reent *ptr,
int fd,
int cmd,
int arg)