Changeset 5fec355 in mainline for uspace/lib/libc/include/unistd.h
- Timestamp:
- 2008-03-03T00:35:51Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc8a63
- Parents:
- 1526594c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/unistd.h
r1526594c r5fec355 53 53 extern int unlink(const char *); 54 54 extern int rmdir(const char *); 55 extern int chdir(const char *); 56 extern char *getcwd(char *buf, size_t); 55 57 56 58 extern void _exit(int status);
Note:
See TracChangeset
for help on using the changeset viewer.