libc: define FILENAME_MAX like other platforms
This commit is contained in:
parent
491849427b
commit
204d80496d
@ -95,4 +95,7 @@ typedef long fpos_t;
|
||||
extern int fgetpos(FILE *stream, fpos_t *pos);
|
||||
extern int fsetpos(FILE *stream, const fpos_t *pos);
|
||||
|
||||
/* Compatibility */
|
||||
#define FILENAME_MAX 1024
|
||||
|
||||
_End_C_Header;
|
||||
|
Loading…
Reference in New Issue
Block a user