1
Fork 0
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:
Jean-Baptiste Boric 2021-08-14 18:41:11 +02:00 committed by Andreas Kling
parent 1d03f62444
commit 68c457b601

View file

@ -16,6 +16,7 @@
#include <sys/types.h>
#define FILENAME_MAX 1024
#define FOPEN_MAX 1024
__BEGIN_DECLS
#ifndef EOF