summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-31 09:39:37 +0000
committerRoland McGrath <roland@gnu.org>1996-07-31 09:39:37 +0000
commitd0320d682a2a6f8b5b3a566d808d4864e2efb632 (patch)
tree35833646663ee70e1d9db065a4bb5ffa863b3cb3
parent1f0917b7d3922f3c8c3162c8d4ba15c487af8fb5 (diff)
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.
-rw-r--r--time/time.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/time/time.h b/time/time.h
index 596351bede..62e098ee46 100644
--- 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