acadia-newlib/newlib/libc/time
Corinna Vinschen 5f4e1e895c
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-03-31 11:14:22 +02:00
..
Makefile.am 2014-09-11 Freddie Chopin <freddie_chopin@op.pl> 2014-09-11 21:55:01 +00:00
Makefile.in 2014-09-11 Freddie Chopin <freddie_chopin@op.pl> 2014-09-11 21:55:01 +00:00
asctime.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
asctime_r.c 2013-11-25 Sahil Patnayakuni <sahil.patnayakuni@gmail.com> 2013-11-25 13:46:23 +00:00
clock.c * libc/time/clock.c (clock): Fix warnings about signed-unsigned 2014-09-04 08:27:03 +00:00
ctime.c
ctime_r.c
difftime.c
gettzinfo.c
gmtime.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
gmtime_r.c * libc/time/gmtime_r.c (gmtime_r): Fixed bug in calculations for dates 2014-12-08 11:48:31 +00:00
lcltime.c 2013-04-29 Sebastian Huber <sebastian.huber@embedded-brains.de> 2013-04-29 21:06:23 +00:00
lcltime_r.c Move tzset calls to time functions. 2015-03-31 10:26:49 +02:00
local.h Add _tzset_unlocked and _tzset_unlocked_r 2015-03-31 11:14:22 +02:00
mktime.c Move tzset calls to time functions. 2015-03-31 10:26:49 +02:00
month_lengths.c 2014-09-15 Jeff Johnston <jjohnstn@redhat.com> 2014-09-15 16:05:37 +00:00
strftime.c Move tzset calls to time functions. 2015-03-31 10:26:49 +02:00
strptime.c * libc/time/clock.c (clock): Fix warnings about signed-unsigned 2014-09-04 08:27:03 +00:00
time.c
time.tex
tzcalc_limits.c 2014-09-12 Jeff Johnston <jjohnstn@redhat.com> 2014-09-12 21:41:46 +00:00
tzlock.c
tzset.c Add _tzset_unlocked and _tzset_unlocked_r 2015-03-31 11:14:22 +02:00
tzset_r.c Add _tzset_unlocked and _tzset_unlocked_r 2015-03-31 11:14:22 +02:00
tzvars.c
wcsftime.c