commit | fb0a3622f79bb0a31dd4d0e2f9cea990075ef129 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 20 18:47:46 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 20 00:26:25 2014 +0000 |
tree | 06b343d028a4ade5878deb2d0d1b915a0fc8f0a1 | |
parent | e58055f05dbbb22a9e308c4b628b93d858f57685 [diff] | |
parent | 7086ad6919feb2415c6027163f5c63323bcca27c [diff] |
Merge "Cache getpid."
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;