Page MenuHomeFreeBSD

fcntl.h: Add O_XATTR for Solaris compatibility
ClosedPublic

Authored by rmacklem on Jul 1 2025, 2:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 6, 7:29 AM
Unknown Object (File)
Thu, May 21, 9:01 AM
Unknown Object (File)
Wed, May 20, 1:14 PM
Unknown Object (File)
Wed, May 20, 12:10 AM
Unknown Object (File)
Sun, May 17, 4:27 AM
Unknown Object (File)
Sat, May 16, 3:52 AM
Unknown Object (File)
Sat, May 16, 3:51 AM
Unknown Object (File)
Sat, May 16, 3:49 AM
Subscribers

Details

Summary

Commit 2ec2ba7e231d added O_NAMEDATTR for support
of the Solaris style extended attribute mechanism.

This patch adds O_XATTR as a synonym so that
software that has Solaris extended attribute support
can be built easily.

Test Plan

Built bash in ports and saw that the "cd -@ <file>"
syntax worked without having to make any changes
to the port.

Diff Detail

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