1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:27:35 +00:00

LibM LibC: add fixes for Lua port.

This commit is contained in:
Mustafa Ali CAN 2019-05-29 07:20:04 -04:00 committed by Andreas Kling
parent 5fa8858dfb
commit 3ffb2ad4e0
4 changed files with 41 additions and 1 deletions

View file

@ -22,6 +22,8 @@ __BEGIN_DECLS
#define _IOLBF 1
#define _IONBF 2
#define L_tmpnam 256
struct __STDIO_FILE {
int fd;
int eof;