Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/stdio.c

    r32b3a12 re3c960e  
    3535
    3636#define LIBPOSIX_INTERNAL
    37 
    38 /* Has to be first. */
    39 #include "posix/stdbool.h"
     37#define __POSIX_DEF__(x) posix_##x
    4038
    4139#include "internal/common.h"
     
    5149#include "libc/stdio.h"
    5250#include "libc/io/printf_core.h"
     51#include "libc/stdbool.h"
    5352#include "libc/str.h"
    5453#include "libc/malloc.h"
     
    310309}
    311310
    312 struct _posix_fpos {
    313         off64_t offset;
    314 };
    315 
    316311/** Restores stream a to position previously saved with fgetpos().
    317312 *
Note: See TracChangeset for help on using the changeset viewer.