removed func proto for gmtime_r and localtime_r
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user