summaryrefslogtreecommitdiff
path: root/include/sys/xattr.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15add missing xattr functionsRich Felker1-0/+3
not sure why these were originally omitted..
2012-07-23add extended attributes syscallsRich Felker1-0/+27
based on patch by orc and Isaac Dunham, with some fixes.