1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

remove stray forward declaration for struct timespec

Pointed out by: bde
This commit is contained in:
Peter Wemm 1997-05-13 09:25:15 +00:00
parent 9e0eb33e2f
commit 02b4ac7c05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25770

View File

@ -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));