summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-05-13 09:25:15 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-05-13 09:25:15 +0000
commit02b4ac7c05e67514503ff7ed43fdf6e831d9b03a (patch)
treef2a49dc719085a8cf06f883d13fba1effa5be285 /include
parent9e0eb33e2f9bd604c2f3e583913267d9695815f9 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a89fc6f193d7..ae11e40e9173 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -49,9 +49,6 @@
#endif
__BEGIN_DECLS
-#ifdef __STDC__
-struct timespec; /* nanosleep(2), clock_*(2) etc */
-#endif
void _exit __P((int)) __dead2;
int access __P((const char *, int));
unsigned int alarm __P((unsigned int));