aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-01-11 06:01:29 +0000
committerMike Smith <msmith@FreeBSD.org>1999-01-11 06:01:29 +0000
commita79658408cb5bd67da5f09224af8011736de2ee3 (patch)
tree633b6338c38c791a498a7459d0d2bbcdd881b4a7 /include
parentba536e2ae80a49be51d10b6d0f63ca2a77458b61 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e88da1713814..eec9a95565e0 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -199,6 +199,7 @@ int usleep __P((unsigned int));
void *valloc __P((size_t)); /* obsoleted by malloc() */
pid_t vfork __P((void));
+extern optreset; /* getopt(3) external variable */
extern char *suboptarg; /* getsubopt(3) external variable */
int getsubopt __P((char **, char * const *, char **));
#endif /* !_POSIX_SOURCE */