mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibC: Added execlp method and new pathconf setting
Added execlp method, and _PC_PIPE_BUF setting to pathconf method.
This commit is contained in:
parent
eb719aa726
commit
f999e30afd
Notes:
sideshowbarker
2024-07-19 11:12:17 +09:00
Author: https://github.com/xeons
Commit: f999e30afd
Pull-request: https://github.com/SerenityOS/serenity/pull/788
Reviewed-by: https://github.com/awesomekling ✅
3 changed files with 28 additions and 7 deletions
|
@ -8,6 +8,7 @@
|
|||
#if !defined MAXPATHLEN && defined PATH_MAX
|
||||
# define MAXPATHLEN PATH_MAX
|
||||
#endif
|
||||
#define PIPE_BUF 4096
|
||||
|
||||
#define INT_MAX INT32_MAX
|
||||
#define INT_MIN INT32_MIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue