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:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-04 05:28:42 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 20:47:10 +0300
commit2310096fbc94133d23abd9f12d6b67e2584a51a9 (patch)
tree99559d1a6e2deb94ea0596b2d02db32fa59fc3a0 /newlib/libc/syscalls
parent0bda30e1ffd23488aa4a9b73f228089463fbee1a (diff)
ansification: remove _DOTS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/syscalls')
-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 3909564cf..36523fc67 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;