Changeset 58115ae in mainline for uspace/lib/posix/unistd.h
- Timestamp:
- 2011-07-27T23:05:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75406dc
- Parents:
- fd4b636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.h
rfd4b636 r58115ae 73 73 74 74 /* Deleting Files */ 75 extern int posix_rmdir(const char *path); 75 76 extern int posix_unlink(const char *path); 76 77 … … 156 157 #define read posix_read 157 158 159 #define rmdir posix_rmdir 158 160 #define unlink posix_unlink 159 161
Note:
See TracChangeset
for help on using the changeset viewer.