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:
parent
5fa8858dfb
commit
3ffb2ad4e0
4 changed files with 41 additions and 1 deletions
|
@ -22,6 +22,8 @@ __BEGIN_DECLS
|
|||
#define _IOLBF 1
|
||||
#define _IONBF 2
|
||||
|
||||
#define L_tmpnam 256
|
||||
|
||||
struct __STDIO_FILE {
|
||||
int fd;
|
||||
int eof;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue