mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
add an unimplemented tzset().
ctime_r() and localtime_r() are already using the localtime, so no need to do anything. http://pubs.opengroup.org/onlinepubs/9699919799/functions/tzset.html Signed-off-by: Henning Nielsen Lund <hnl_dk@amigaos.dk>
This commit is contained in:
@ -449,6 +449,7 @@ C_LIB = \
|
||||
time_numbertostring.o \
|
||||
time_strftime.o \
|
||||
time_time.o \
|
||||
time_tzset.o \
|
||||
time_weekday.o \
|
||||
uio_readv.o \
|
||||
uio_writev.o \
|
||||
|
||||
Reference in New Issue
Block a user