diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-28 11:18:01 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-28 11:18:01 -0700 |
commit | ef12fb6c3a1f94b620fc71362d42d7e207fe10d6 (patch) | |
tree | 1e2eef2cdd2cb547472ad5b97dab2b09a4456bc2 /system/include/libc/time.h | |
parent | 4f6ffd478f167cc41f52c2932f4c82e3badea36f (diff) | |
parent | 906e64878935b1bda0dc92852af78bdc271918f5 (diff) |
Merge pull request #1328 from amatus/push-upstream
Fixes for GNUnet compile.
Diffstat (limited to 'system/include/libc/time.h')
-rw-r--r-- | system/include/libc/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/include/libc/time.h b/system/include/libc/time.h index 83993942..2548d6be 100644 --- a/system/include/libc/time.h +++ b/system/include/libc/time.h @@ -126,6 +126,9 @@ extern __IMPORT char *_tzname[2]; #ifndef tzname #define tzname _tzname #endif +#ifndef timezone +#define timezone _timezone +#endif #endif /* !__STRICT_ANSI__ */ #ifdef __cplusplus |