libc: Add a definition for FILENAME_MAX
This commit is contained in:
parent
acfad51ac0
commit
6bfc7483bc
@ -27,6 +27,9 @@ extern FILE* stderr;
|
||||
#define stderr stderr
|
||||
|
||||
#define BUFSIZ 1024
|
||||
#define FILENAME_MAX \
|
||||
1024 // As Luna does not impose a limit on this, this is the recommended size for character arrays holding a file
|
||||
// name.
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
Loading…
Reference in New Issue
Block a user