* libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allow

conditionalized including of getopt stuff.
This commit is contained in:
Corinna Vinschen 2001-12-17 21:32:25 +00:00
parent 513a848fe6
commit efeae9a317
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-12-17 Corinna Vinschen <vinschen@redhat.de>
* libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allow
conditionalized including of getopt stuff.
2001-12-14 Thomas Fitzsimmons <fitzsim@redhat.com>
* libc/stdio/Makefile.am (vfprintf.$(oext)): Add $(INCLUDES) to

View File

@ -4,6 +4,8 @@
#define _UNISTD_H_
# include <sys/unistd.h>
# define __UNISTD_GETOPT__
# include <getopt.h>
# undef __UNISTD_GETOPT__
#endif /* _UNISTD_H_ */