Changeset 58898d1d in mainline for uspace/lib/c/generic/private/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/generic/private/stdio.h
rc9e3692 r58898d1d 49 49 /** Underlying file descriptor. */ 50 50 int fd; 51 52 /** File position. */ 53 aoff64_t pos; 51 54 52 55 /** Error indicator. */
Note:
See TracChangeset
for help on using the changeset viewer.