mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Mon Jul 29 20:28:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* time/time.h: Don't optimize tzset() to __tzset() which bypasses the __tzset_lock.
This commit is contained in:
parent
1f0917b7d3
commit
d0320d682a
@ -212,9 +212,6 @@ extern char *tzname[2];
|
||||
extern long int __tzname_max __P ((void));
|
||||
|
||||
extern void tzset __P ((void));
|
||||
#ifdef __OPTIMIZE__
|
||||
#define tzset() __tzset()
|
||||
#endif /* Optimizing. */
|
||||
#endif
|
||||
|
||||
#ifdef __USE_SVID
|
||||
|
Loading…
Reference in New Issue
Block a user