Changes in uspace/lib/posix/unistd.h [a92f13d:2a53f71] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.h
ra92f13d r2a53f71 43 43 #define _exit exit 44 44 45 extern char *posix_optarg; 45 /* Option Arguments */ 46 extern char *optarg; 46 47 extern int optind, opterr, optopt; 47 48 extern int getopt(int, char * const [], const char *); … … 143 144 144 145 #ifndef LIBPOSIX_INTERNAL 145 #define optarg posix_optarg146 147 146 #define environ posix_environ 148 147
Note:
See TracChangeset
for help on using the changeset viewer.