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/posix/execlp.c
parent0bda30e1ffd23488aa4a9b73f228089463fbee1a (diff)
ansification: remove _DOTS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/posix/execlp.c')
-rw-r--r--newlib/libc/posix/execlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/execlp.c b/newlib/libc/posix/execlp.c
index 6b9c2f7e9..f1de21f1c 100644
--- a/newlib/libc/posix/execlp.c
+++ b/newlib/libc/posix/execlp.c
@@ -15,7 +15,7 @@
int
_DEFUN(execlp, (path, arg0, ...),
const char *path,
- const char *arg0 _DOTS)
+ const char *arg0, ...)
#else