summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-05-13 09:25:15 +0000
committerpeter <peter@FreeBSD.org>1997-05-13 09:25:15 +0000
commitb5da4216b33878f2cea8cb9f6e4a5899fd348384 (patch)
treef45885d66afebcce7eddbfd858611fdab9673f86 /include
parente43c7e0e2aca8b220946edd5ae7160317bb0daf9 (diff)
downloadFreeBSD-src-b5da4216b33878f2cea8cb9f6e4a5899fd348384.zip
FreeBSD-src-b5da4216b33878f2cea8cb9f6e4a5899fd348384.tar.gz
remove stray forward declaration for struct timespec
Pointed out by: bde
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 a89fc6f..ae11e40 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));
OpenPOWER on IntegriCloud