Welcome to mirror list, hosted at ThFree Co, Russian Federation.

unistd.h « include « cygwin « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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_ */