Changes in uspace/lib/posix/source/stdio.c [3e6a98c5:e3c960e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio.c
r3e6a98c5 re3c960e 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 38 39 #include "internal/common.h" … … 308 309 } 309 310 310 struct _posix_fpos {311 off64_t offset;312 };313 314 311 /** Restores stream a to position previously saved with fgetpos(). 315 312 *
Note:
See TracChangeset
for help on using the changeset viewer.