Corinna Vinschen
c117793326
Add _tzset_unlocked and _tzset_unlocked_r
newlib:
* libc/time/local.h (_tzset_unlocked_r): Add prototype.
(_tzset_unlocked): Ditto.
* libc/time/tzset.c (_tzset_unlocked): New function, call
_tzset_unlocked_r.
(tzset): Lock and call _tzset_unlocked_r.
* libc/time/tzset_r (_tzset_unlocked_r): Remove locking and rename
from _tzset_r.
(_tzset_r): Lock and call _tzset_unlocked_r.
cygwin:
* localtime.cc (tzset_unlocked): Export as _tzset_unlocked.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2015-04-23 21:57:08 +02:00
..
2013-11-25 13:46:23 +00:00
2013-04-29 21:06:23 +00:00
2014-09-04 08:27:03 +00:00
2008-10-31 21:08:03 +00:00
2003-01-21 19:37:04 +00:00
2005-02-25 22:31:21 +00:00
2014-12-08 11:48:31 +00:00
2013-04-29 21:06:23 +00:00
2015-04-23 21:57:08 +02:00
2013-04-29 21:06:23 +00:00
2015-04-23 21:57:08 +02:00
2014-09-11 21:55:01 +00:00
2014-09-11 21:55:01 +00:00
2015-04-23 21:57:08 +02:00
2014-09-15 16:05:37 +00:00
2015-04-23 21:57:08 +02:00
2014-09-04 08:27:03 +00:00
2007-07-06 16:56:30 +00:00
2009-03-09 12:35:03 +00:00
2014-09-12 21:41:46 +00:00
2005-10-28 21:21:08 +00:00
2015-04-23 21:57:08 +02:00
2015-04-23 21:57:08 +02:00
2005-11-08 22:44:16 +00:00
2009-03-12 15:34:57 +00:00