* libc: Add subdirectory.
* Makefile.in (VPATH): Add libc subdir. (DLL_OFILES): Add strptime.o and timelocal.o. * cygwin.din: Export timelocal and timegm. * localtime.cc: Define STD_INSPIRED unconditionally. * include/cygwin/time.h (timelocal): Add declaration. (timegm): Ditto. * include/cygwin/version.h: Bump API minor version. * libc/strptime.cc: New file. * libc/timelocal.cc: New file. * libc/timelocal.h: New file.
This commit is contained in:
@@ -1470,6 +1470,8 @@ tfind NOSIGFE
|
||||
tgamma NOSIGFE
|
||||
tgammaf NOSIGFE
|
||||
time SIGFE
|
||||
timelocal SIGFE
|
||||
timegm SIGFE
|
||||
_time = time SIGFE
|
||||
timer_create SIGFE
|
||||
timer_delete SIGFE
|
||||
|
Reference in New Issue
Block a user