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