mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <FILE.h> not being wrapped in __BEGIN_DECLS and __END_DECLS.
This commit is contained in:
parent
a4220d5b5f
commit
7c3df4e4f7
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
#include <sys/__/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
@include(off_t.h)
|
||||
@include(size_t.h)
|
||||
@include(FILE.h)
|
||||
|
@ -74,4 +76,6 @@ struct FILE
|
|||
size_t amount_output_buffered;
|
||||
};
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue