summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/cap_get_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus assignments of libc syscall stub return values to errno;tmm2001-04-241-1/+0
| | | | | | | the stubs do errno assignments and return -1 in this case, so that errno would end up with this value. Approved by: rwatson
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-0/+2
| | | | | | | | | | Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project
* o Add missing initialization of errno from error returns ofrwatson2001-01-091-0/+1
| | | | | | cap_get_fd(), cap_get_file() and cap_get_proc(). Submitted by: jedgar
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-051-0/+55
soon to be committed syscall stubs. These calls will be used to get and set capability state associated with executables. Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud