removed func proto for gmtime_r and localtime_r

This commit is contained in:
Jeff Hill
2001-12-14 00:43:37 +00:00
parent e2da73d121
commit 4a52441f7b
-3
View File
@@ -13,7 +13,4 @@ struct timespec {
long tv_nsec; /* nanoseconds within the second */
};
struct tm *gmtime_r (const time_t *, struct tm *);
struct tm *localtime_r (const time_t *, struct tm *);
#endif /* ifndef osdTimeh */