Changes in uspace/lib/posix/source/stdio.c [e3c960e:32b3a12] in mainline
- File:
-
- 1 edited
-
uspace/lib/posix/source/stdio.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdio.c
re3c960e r32b3a12 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x 37 38 /* Has to be first. */ 39 #include "posix/stdbool.h" 38 40 39 41 #include "internal/common.h" … … 49 51 #include "libc/stdio.h" 50 52 #include "libc/io/printf_core.h" 51 #include "libc/stdbool.h"52 53 #include "libc/str.h" 53 54 #include "libc/malloc.h" … … 309 310 } 310 311 312 struct _posix_fpos { 313 off64_t offset; 314 }; 315 311 316 /** Restores stream a to position previously saved with fgetpos(). 312 317 *
Note:
See TracChangeset
for help on using the changeset viewer.
