Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT to
be the more correct _POSIX_CAP_PRESENT.
This commit is contained in:
parent
1b97e2dc44
commit
647e8f74a1
@ -146,7 +146,7 @@
|
||||
/* XXX: These symbols are in the WRONG namespace (should be _PC_*). */
|
||||
#define _POSIX_ACL_EXTENDED 59
|
||||
#define _POSIX_ACL_PATH_MAX 60
|
||||
#define _POSIX_ACL_CAP_PRESENT 61
|
||||
#define _POSIX_CAP_PRESENT 61
|
||||
#define _POSIX_INF_PRESENT 62
|
||||
#define _POSIX_MAC_PRESENT 63
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user