am 87170203: am e58055f0: Merge "Expose tzname, daylight, and timezone."
* commit '8717020375529de8b6027b9040c34246e9a97f9d': Expose tzname, daylight, and timezone.
This commit is contained in:
commit
d5706a1a84
@ -36,9 +36,9 @@ __BEGIN_DECLS
|
||||
|
||||
#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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user