mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibC: Support _PC_PATH_MAX in [f]pathconf
This commit is contained in:
parent
40daefd3dc
commit
17cf3c143a
Notes:
sideshowbarker
2024-07-19 12:24:35 +09:00
Author: https://github.com/deoxxa
Commit: 17cf3c143a
Pull-request: https://github.com/SerenityOS/serenity/pull/512
2 changed files with 13 additions and 0 deletions
|
@ -107,6 +107,7 @@ char* realpath(const char* pathname, char* buffer);
|
|||
|
||||
enum {
|
||||
_PC_NAME_MAX,
|
||||
_PC_PATH_MAX,
|
||||
};
|
||||
|
||||
#define HOST_NAME_MAX 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue