History log of /seL4-test-master/projects/musllibc/src/linux/cap.c
Revision Date Author Comments
# e361019c 13-Jun-2012 Rich Felker <dalias@aerifal.cx>

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...