* libc/sys/cygwin/include/unistd.h: Add __UNISTD_GETOPT_ to allow
conditionalized including of getopt stuff.
This commit is contained in:
parent
513a848fe6
commit
efeae9a317
@ -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
|
||||
|
@ -4,6 +4,8 @@
|
||||
#define _UNISTD_H_
|
||||
|
||||
# include <sys/unistd.h>
|
||||
# define __UNISTD_GETOPT__
|
||||
# include <getopt.h>
|
||||
# undef __UNISTD_GETOPT__
|
||||
|
||||
#endif /* _UNISTD_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user