Changes in uspace/lib/posix/unistd.h [b4d6252:59f799b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.h
rb4d6252 r59f799b 48 48 extern int getopt(int, char * const [], const char *); 49 49 50 /* Environmental Variables */51 extern char **posix_environ;52 53 50 /* Identifying Terminals */ 54 51 extern int posix_isatty(int fd); … … 88 85 89 86 #ifndef LIBPOSIX_INTERNAL 90 #define environ posix_environ91 92 87 #define isatty posix_isatty 93 88
Note:
See TracChangeset
for help on using the changeset viewer.