Expose tzname, daylight, and timezone.
These were accidentally hidden. Bug: 11156955 Change-Id: I380f00bdafa547aea13d4634f3de9ec6f0b50a6f
This commit is contained in:
parent
d1bf37780d
commit
06366724d5
@ -36,9 +36,9 @@ __BEGIN_DECLS
|
|||||||
|
|
||||||
#define CLOCKS_PER_SEC 1000000
|
#define CLOCKS_PER_SEC 1000000
|
||||||
|
|
||||||
extern char* tzname[];
|
extern char* tzname[] __LIBC_ABI_PUBLIC__;
|
||||||
extern int daylight;
|
extern int daylight __LIBC_ABI_PUBLIC__;
|
||||||
extern long int timezone;
|
extern long int timezone __LIBC_ABI_PUBLIC__;
|
||||||
|
|
||||||
struct sigevent;
|
struct sigevent;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user