diff options
Diffstat (limited to 'newlib/libc/reent/fcntlr.c')
-rw-r--r-- | newlib/libc/reent/fcntlr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/reent/fcntlr.c b/newlib/libc/reent/fcntlr.c index fdfe410..cd19d22 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) |