summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/cygwin/include/unistd.h
blob: 9818176b997dc39bd9759bbf88deb12ee95ece70 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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_ */