URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [cygwin/] [include/] [unistd.h] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
/* 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_ */
Go to most recent revision | Compare with Previous | Blame | View Log