mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibM LibC: add fixes for Lua port.
This commit is contained in:
parent
5fa8858dfb
commit
3ffb2ad4e0
Notes:
sideshowbarker
2024-07-19 13:51:04 +09:00
Author: https://github.com/Mustafa32
Commit: 3ffb2ad4e0
Pull-request: https://github.com/SerenityOS/serenity/pull/143
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