diff options
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r-- | newlib/libc/include/sys/unistd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h index 80c35daf3..419300253 100644 --- a/newlib/libc/include/sys/unistd.h +++ b/newlib/libc/include/sys/unistd.h @@ -191,9 +191,6 @@ extern int optreset; /* getopt(3) external variable */ #ifndef _POSIX_SOURCE pid_t _EXFUN(vfork, (void )); - -extern char *suboptarg; /* getsubopt(3) external variable */ -int getsubopt(char **, char * const *, char **); #endif /* _POSIX_SOURCE */ #ifdef _COMPILING_NEWLIB |