projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0917b
)
Mon Jul 29 20:28:27 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
author
Roland McGrath
<roland@gnu.org>
Wed, 31 Jul 1996 09:39:37 +0000
(09:39 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 31 Jul 1996 09:39:37 +0000
(09:39 +0000)
* time/time.h: Don't optimize tzset() to __tzset() which bypasses
the __tzset_lock.
time/time.h
patch
|
blob
|
history
diff --git
a/time/time.h
b/time/time.h
index
596351b
..
62e098e
100644
(file)
--- a/
time/time.h
+++ b/
time/time.h
@@
-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