summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:15:30 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-02-15 16:15:30 +0000
commit3e0fe4b1cc36f17626860176c1450bb0b31ca5cd (patch)
tree16f88c413d131248208d112bc2f870a8a66b42da /include/time.h
parentbd0ff62e4a6f434708d6fb3b1258dc5226a40595 (diff)
Handle definition of struct timespec.
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h
index 12d7e6c61..4d9781d5d 100644
--- a/include/time.h
+++ b/include/time.h
@@ -113,8 +113,6 @@ extern char * ctime_r __P((__const time_t *, char *));
extern struct tm* gmtime_r __P((__const time_t *, struct tm *));
extern struct tm* localtime_r __P((__const time_t *, struct tm *));
-struct timespec;
-
/* IEEE Std 1003.1b-1993. */
extern int nanosleep __P((__const struct timespec *__rqtp,
struct timespec *__rmtp));