newlib/winsup/cygwin/lib
Corinna Vinschen 932a40e86b * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
* cygwin.din: Export __check_rhosts_file, __rcmd_errstr, optarg,
	opterr, optind, optopt, optreset, getopt, getopt_long, iruserok
	and ruserok.
	* getopt.c: Moved from lib to here.  Define opt* variables as
	dllexport.
	* iruserok.c: Moved from lib to here.  Rearrange function order.
	Prefer using 64/32 bit functions.
	* syscalls.cc (shell_fp): Define as struct __sFILE64.
	(getusershell): Use fopen64 instead of fopen.
	* winsup.h: Add declarations for seteuid32, fopen64,
	cygwin_gethostbyname and cygwin_inet_addr.
	* include/getopt.h: Declare opt* variables dllimport.
	* include/cygwin/version.h: Bump API minor number.
2003-09-10 19:13:05 +00:00
..
_cygwin_crt0_common.cc * lib/pseudo-reloc.c: New file. 2002-12-09 22:49:12 +00:00
crt0.h Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin_attach_dll.c Update copyrights. 2001-09-11 20:01:02 +00:00
cygwin_crt0.c * winsup.h: Remove alloca definition since it's now defined through 2001-11-14 10:47:54 +00:00
dll_entry.c Update copyrights. 2001-09-11 20:01:02 +00:00
dll_main.cc Eliminate excess whitespace. 2001-11-05 06:09:15 +00:00
libcmain.c Update copyrights. 2001-09-11 20:01:02 +00:00
premain0.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain1.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain2.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
premain3.c * Makefile.in: Use variables rather than configure constructs where 2000-07-01 03:51:55 +00:00
pseudo-reloc.c * lib/pseudo-reloc.c: New file. 2002-12-09 22:49:12 +00:00