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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/syscalls/sysopen.c b/newlib/libc/syscalls/sysopen.c
index 3909564..36523fc 100644
--- a/newlib/libc/syscalls/sysopen.c
+++ b/newlib/libc/syscalls/sysopen.c
@@ -12,7 +12,7 @@
int
_DEFUN (open, (file, flags, ...),
const char *file,
- int flags _DOTS)
+ int flags, ...)
{
va_list ap;
int ret;