libc: define something so GMP knows FILE exists

This commit is contained in:
K. Lange 2018-10-12 12:45:21 +09:00
parent fe91fbdc9e
commit 8b304df414

View File

@ -7,6 +7,7 @@
_Begin_C_Header
typedef struct _FILE FILE;
#define __DEFINED_FILE
#define BUFSIZ 8192