commit | e58055f05dbbb22a9e308c4b628b93d858f57685 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 19 23:09:03 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 19 22:08:31 2014 +0000 |
tree | 58072364d94bf65b12e62b2a4b14de92d8a301d2 | |
parent | d1bf37780d0bcaca3e6046171f958ebfea34bde1 [diff] | |
parent | 06366724d572ef005f5bc0ddd8ad46794cbfad3b [diff] |
Merge "Expose tzname, daylight, and timezone."
diff --git a/libc/include/time.h b/libc/include/time.h index a1f5260..0587a2d 100644 --- a/libc/include/time.h +++ b/libc/include/time.h
@@ -36,9 +36,9 @@ #define CLOCKS_PER_SEC 1000000 -extern char* tzname[]; -extern int daylight; -extern long int timezone; +extern char* tzname[] __LIBC_ABI_PUBLIC__; +extern int daylight __LIBC_ABI_PUBLIC__; +extern long int timezone __LIBC_ABI_PUBLIC__; struct sigevent;