mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
LibC: Add definition for FOPEN_MAX
This commit is contained in:
parent
1d03f62444
commit
68c457b601
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define FILENAME_MAX 1024
|
#define FILENAME_MAX 1024
|
||||||
|
#define FOPEN_MAX 1024
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
#ifndef EOF
|
#ifndef EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue