summaryrefslogtreecommitdiff
path: root/Libraries/LibC/unistd.h
diff options
context:
space:
mode:
authorConrad Pankoff <deoxxa@fknsrs.biz>2019-09-02 15:36:22 +1000
committerAndreas Kling <awesomekling@gmail.com>2019-09-02 08:30:04 +0200
commit17cf3c143a50858c64c1531d18622c644a7aefa7 (patch)
tree7fdfd934606db4f3ad4bb9d695d778ff996135bd /Libraries/LibC/unistd.h
parent40daefd3dc56e306f544e383a940885ce035ba51 (diff)
downloadserenity-17cf3c143a50858c64c1531d18622c644a7aefa7.zip
LibC: Support _PC_PATH_MAX in [f]pathconf
Diffstat (limited to 'Libraries/LibC/unistd.h')
-rw-r--r--Libraries/LibC/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibC/unistd.h b/Libraries/LibC/unistd.h
index 08cadfb408..3ae7eb1634 100644
--- a/Libraries/LibC/unistd.h
+++ b/Libraries/LibC/unistd.h
@@ -107,6 +107,7 @@ char* realpath(const char* pathname, char* buffer);
enum {
_PC_NAME_MAX,
+ _PC_PATH_MAX,
};
#define HOST_NAME_MAX 64