Changeset 58898d1d in mainline for uspace/lib/c/include/stdio.h
- Timestamp:
- 2017-03-24T20:31:54Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e9b2534
- Parents:
- c9e3692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
rc9e3692 r58898d1d 54 54 (void) __SYSCALL3(SYS_KIO, KIO_WRITE, (sysarg_t) _buf, str_size(_buf)); \ 55 55 } 56 57 #ifndef SEEK_SET58 #define SEEK_SET 059 #endif60 61 #ifndef SEEK_CUR62 #define SEEK_CUR 163 #endif64 65 #ifndef SEEK_END66 #define SEEK_END 267 #endif68 56 69 57 enum _buffer_type {
Note:
See TracChangeset
for help on using the changeset viewer.