X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fgmtime.c;h=6320b6377e62310dfde727d165085e162480d7d2;hb=c24a9923863fc29af4a5249727fe800224fc3c44;hp=3791b24c663754717b36f630dd254b55f2c3064f;hpb=1cc81f5cb0df2b66a795ff0c26d7bbc4d16e13c6;p=musl diff --git a/src/time/gmtime.c b/src/time/gmtime.c index 3791b24c..6320b637 100644 --- a/src/time/gmtime.c +++ b/src/time/gmtime.c @@ -1,8 +1,6 @@ #include "time_impl.h" #include -struct tm *__gmtime_r(const time_t *restrict, struct tm *restrict); - struct tm *gmtime(const time_t *t) { static struct tm tm;