about summary refs log tree commit diff
path: root/include/sys/xattr.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing xattr functionsRich Felker2012-08-151-0/+3
| | | | not sure why these were originally omitted..
* add extended attributes syscallsRich Felker2012-07-231-0/+27
based on patch by orc and Isaac Dunham, with some fixes.