* configure.host: Accomodate removing the libc/sys/cygwin dir.

* libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
	if __CYGWIN_USE_BIG_TYPES__ is set.
	* libc/search/hash.c (__hash_open): Ditto.
	(init_hash): Ditto.
	* libc/stdio/fseek.c (fseek): Ditto.
	* libc/stdio/makebuf.c (__smakebuf): Ditto.
	* libc/stdio/mktemp.c (_gettemp): Ditto.
	* libc/sys/cygwin/Makefile.am: Remove.
	* libc/sys/cygwin/Makefile.in: Remove.
	* libc/sys/cygwin/aclocal.m4: Remove.
	* libc/sys/cygwin/configure: Remove.
	* libc/sys/cygwin/configure.in: Remove.
	* libc/sys/cygwin/crt0.c: Move to winsup/cygwin directory.
	* libc/sys/cygwin/sys/dirent.h: Move to winsup/cygwin/include/sys
	directory.
	* libc/sys/cygwin/sys/param.h: Ditto.
	* libc/sys/cygwin/sys/utime.h: Ditto.
	* libc/sys/cygwin/sys/utmp.h: Ditto.
This commit is contained in:
Corinna Vinschen
2003-05-12 11:09:39 +00:00
parent 194d9eb318
commit 11e3a52072
17 changed files with 59 additions and 2876 deletions

View File

@ -286,7 +286,6 @@ esac
case "${host}" in
*-*-cygwin*)
sys_dir=cygwin
posix_dir=posix
stdio64_dir=stdio64
;;
@ -375,7 +374,6 @@ case "${host}" in
sys_dir=mmixware
;;
powerpcle-*-pe)
sys_dir=cygwin
posix_dir=posix
;;
sh*-*)