am e58055f0: Merge "Expose tzname, daylight, and timezone."
				
					
				
			* commit 'e58055f05dbbb22a9e308c4b628b93d858f57685': Expose tzname, daylight, and timezone.
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user