repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zlib 1.2.3
[msysgit.git]
/
include
/
unistd.h
blob
a293861d57ccd2ad3d1935ac63294603c4cd4b7c
1
/* unistd.h for Cygwin. */
2
3
#ifndef _UNISTD_H_
4
#define _UNISTD_H_
5
6
# include <sys/unistd.h>
7
# include <getopt.h>
8
9
#endif
/* _UNISTD_H_ */