mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix FILE being a macro.
This commit is contained in:
parent
f84bfe5e89
commit
01f6606b74
5 changed files with 0 additions and 5 deletions
|
@ -47,7 +47,6 @@ typedef __off_t off_t;
|
|||
#ifndef __FILE_defined
|
||||
#define __FILE_defined
|
||||
typedef struct FILE FILE;
|
||||
#define FILE FILE
|
||||
#endif
|
||||
|
||||
#define _FILE_REGISTERED (1<<0)
|
||||
|
|
|
@ -34,7 +34,6 @@ __BEGIN_DECLS
|
|||
#ifndef __FILE_defined
|
||||
#define __FILE_defined
|
||||
typedef struct FILE FILE;
|
||||
#define FILE FILE
|
||||
#endif
|
||||
|
||||
#ifndef __gid_t_defined
|
||||
|
|
|
@ -34,7 +34,6 @@ __BEGIN_DECLS
|
|||
#ifndef __FILE_defined
|
||||
#define __FILE_defined
|
||||
typedef struct FILE FILE;
|
||||
#define FILE FILE
|
||||
#endif
|
||||
|
||||
#ifndef __gid_t_defined
|
||||
|
|
|
@ -65,7 +65,6 @@ typedef __ssize_t ssize_t;
|
|||
#ifndef __FILE_defined
|
||||
#define __FILE_defined
|
||||
typedef struct FILE FILE;
|
||||
#define FILE FILE
|
||||
#endif
|
||||
|
||||
typedef off_t fpos_t;
|
||||
|
|
|
@ -65,7 +65,6 @@ typedef __off_t off_t;
|
|||
#ifndef __FILE_defined
|
||||
#define __FILE_defined
|
||||
typedef struct FILE FILE;
|
||||
#define FILE FILE
|
||||
#endif
|
||||
|
||||
#ifndef __locale_t_defined
|
||||
|
|
Loading…
Reference in a new issue