Changeset b08ef1fd in mainline for uspace/lib/posix/unistd.c
- Timestamp:
- 2011-06-16T02:57:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 491e1ee
- Parents:
- 4f4b4e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
r4f4b4e7 rb08ef1fd 50 50 } 51 51 52 /** 53 * 54 * @param path 55 * @param amode 56 * @return 57 */ 58 int posix_access(const char *path, int amode) 59 { 60 // TODO 61 not_implemented(); 62 } 63 52 64 /** @} 53 65 */
Note:
See TracChangeset
for help on using the changeset viewer.