* 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:
@@ -7,6 +7,7 @@
|
||||
#include "winsup.h"
|
||||
#include "cygerrno.h"
|
||||
#include <windows.h>
|
||||
#define STD_INSPIRED
|
||||
#define lint
|
||||
|
||||
#define USG_COMPAT
|
||||
|
Reference in New Issue
Block a user