mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibC: Add definition for FOPEN_MAX
This commit is contained in:
parent
1d03f62444
commit
68c457b601
Notes:
sideshowbarker
2024-07-18 02:01:20 +09:00
Author: https://github.com/boricj
Commit: 68c457b601
Pull-request: https://github.com/SerenityOS/serenity/pull/10594
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#define FILENAME_MAX 1024
|
||||
#define FOPEN_MAX 1024
|
||||
|
||||
__BEGIN_DECLS
|
||||
#ifndef EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue