summaryrefslogtreecommitdiff
path: root/src/limits/PATH_MAX.h
blob: 9a7b05ca7d6bf4c3939cbf74b4b9a0b9576f6d35 (plain)
1
2
3
4
5
6
7
8
9
#include <limits.h>
/* #undef PATH_MAX */
/* MIN: _POSIX_PATH_MAX */
/* POSIX + XOPEN: MIN: _XOPEN_PATH_MAX */
/* CHECK: pathconf */
/** the maximum number of bytes in a full path name **/
/*
POSIX(1)
*/