Changeset 29a9f62 in mainline for libc/include/unistd.h
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/unistd.h
r1cef26f r29a9f62 31 31 32 32 #include <types.h> 33 #include <arch/mm/page.h> 33 34 34 35 #define NULL 0 36 #define getpagesize() (PAGE_SIZE) 35 37 36 38 extern ssize_t write(int fd, const void * buf, size_t count);
Note:
See TracChangeset
for help on using the changeset viewer.