* libc/include/sys/unistd.h: Guard getopt.h call to force only declaration of

getopt and avoid getopt_long declaration.
* libc/sys/cygwin/include/unistd.h: Remove.
This commit is contained in:
Christopher Faylor
2003-03-08 04:57:41 +00:00
parent 762520f3bc
commit 01d615435c
3 changed files with 8 additions and 11 deletions

View File

@ -1,11 +0,0 @@
/* unistd.h for Cygwin. */
#ifndef _UNISTD_H_
#define _UNISTD_H_
# include <sys/unistd.h>
# define __UNISTD_GETOPT__
# include <getopt.h>
# undef __UNISTD_GETOPT__
#endif /* _UNISTD_H_ */