Page MenuHomeFreeBSD

unistd.h: Add new Solaris compatible pathconf names
ClosedPublic

Authored by rmacklem on Jul 25 2025, 10:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 18, 5:09 AM
Unknown Object (File)
Wed, Sep 17, 4:47 AM
Unknown Object (File)
Tue, Sep 16, 4:41 AM
Unknown Object (File)
Sep 11 2025, 10:16 AM
Unknown Object (File)
Sep 3 2025, 6:18 PM
Unknown Object (File)
Aug 13 2025, 10:49 AM
Unknown Object (File)
Jul 29 2025, 1:11 AM
Unknown Object (File)
Jul 29 2025, 12:02 AM
Subscribers

Details

Summary

Solaris software can use _PC_XATTR_ENABLED and
_PC_XATTR_EXISTS, which are semantically the same
as _PC_NAMEDATTR_ENABLED and _PC_HAS_NAMEDATTR.

Add these pathconf names to unistd.h for Solaris compatibility.

Test Plan

Ran a test program with _PC_XATTR_ENABLED and
_PC_XATTR_EXISTS instead of _PC_NAMEDATTR_ENABLED
and _PC_HAS_NAMEDATTR and saw the same behaviour.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable