diff options
Diffstat (limited to 'src/time/localtime.c')
-rw-r--r-- | src/time/localtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/time/localtime.c b/src/time/localtime.c index bb6718c3..52104232 100644 --- a/src/time/localtime.c +++ b/src/time/localtime.c @@ -1,7 +1,5 @@ #include "time_impl.h" -struct tm *__localtime_r(const time_t *restrict, struct tm *restrict); - struct tm *localtime(const time_t *t) { static struct tm tm; |