Changeset 72ec8cc in mainline for uspace/lib/posix/unistd.c
- Timestamp:
- 2011-06-22T01:21:18Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1fae414
- Parents:
- 7d0b76d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/unistd.c
r7d0b76d r72ec8cc 54 54 55 55 /** 56 * 57 * @return 58 */ 59 int posix_getpagesize(void) 60 { 61 return getpagesize(); 62 } 63 64 /** 56 65 * 57 66 * @return
Note:
See TracChangeset
for help on using the changeset viewer.