diff options
Diffstat (limited to 'loslib.c')
-rw-r--r-- | loslib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ | |||
91 | 91 | ||
92 | /* ISO C definitions */ | 92 | /* ISO C definitions */ |
93 | #define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t)) | 93 | #define l_gmtime(t,r) ((void)(r)->tm_sec, gmtime(t)) |
94 | #define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) | 94 | #define l_localtime(t,r) ((void)(r)->tm_sec, localtime(t)) |
95 | 95 | ||
96 | #endif /* } */ | 96 | #endif /* } */ |
97 | 97 | ||