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