aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/syscalls/sysopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/sysopen.c')
-rw-r--r--newlib/libc/syscalls/sysopen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/syscalls/sysopen.c b/newlib/libc/syscalls/sysopen.c
index 36523fc..4d1a299 100644
--- a/newlib/libc/syscalls/sysopen.c
+++ b/newlib/libc/syscalls/sysopen.c
@@ -10,8 +10,7 @@
#include <stdarg.h>
int
-_DEFUN (open, (file, flags, ...),
- const char *file,
+open (const char *file,
int flags, ...)
{
va_list ap;