* 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:
Corinna Vinschen
2005-11-18 17:48:23 +00:00
parent ef1206e45b
commit 19e7c3a068
9 changed files with 761 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
#include "winsup.h"
#include "cygerrno.h"
#include <windows.h>
#define STD_INSPIRED
#define lint
#define USG_COMPAT