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/sysopen.c')
-rw-r--r--newlib/libc/syscalls/sysopen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/libc/syscalls/sysopen.c b/newlib/libc/syscalls/sysopen.c
index 7e7df995f..6b3836f24 100644
--- a/newlib/libc/syscalls/sysopen.c
+++ b/newlib/libc/syscalls/sysopen.c
@@ -10,9 +10,7 @@
#include <stdarg.h>
int
-_DEFUN (open, (file, flags, ...),
- const char *file _AND
- int flags _DOTS)
+open (const char *file, int flags, ...)
{
va_list ap;
int ret;