summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-101-5/+7
| | | | | | | | | | | | | | | | * 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.
* * include/getopt.h: Fix define.Christopher Faylor2001-12-311-1/+1
|
* * include/getopt.h: Protect a declaratin.Christopher Faylor2001-12-261-1/+3
|
* * include/getopt.h: Don't define getopt_long() and friends whenCorinna Vinschen2001-12-171-8/+23
| | | | included through unistd.h.
* * include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.Christopher Faylor2001-12-111-0/+1
|
* * cygwin.din (__argv): Export.Christopher Faylor2001-09-191-1/+1
| | | | | | | (__argc): Ditto. (__progname): Ditto. * include/getopt.h (getopt_long): constify arguments. * lib/getopt.c: Import new file from NetBSD.
* Whitespace cleanup.Christopher Faylor2000-10-281-2/+2
| | | | | | * configure.in: Eliminate subdir stuff. * configure: Regenerate. * include/getopt.h (option): Make name field 'const'.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+66