summaryrefslogtreecommitdiff
path: root/src/linux/cap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-13add deprecated capabilities functionsRich Felker1-0/+11
these were left in glibc for binary compatibility after the public part of the interface was removed, and libcap kept using them (with its own copy of the header files) rather than just making the syscalls directly. might as well add them since they're so small...