mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:54:58 +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>
|
||||
|
||||
#define FILENAME_MAX 1024
|
||||
#define FOPEN_MAX 1024
|
||||
|
||||
__BEGIN_DECLS
|
||||
#ifndef EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue