add deprecated capabilities functions
authorRich Felker <dalias@aerifal.cx>
Wed, 13 Jun 2012 15:04:31 +0000 (11:04 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Jun 2012 15:04:31 +0000 (11:04 -0400)
commite361019c24b4dc930aa9431b895b478e1eee04e0
treeac6e109136ff0d0cc24b188b859442d58b4a52ea
parent6343ac8f5ab41b993a1b07563f9fc3787528d3ef
add deprecated capabilities functions

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...
src/linux/cap.c [new file with mode: 0644]