Rename __execve_mac() to __mac_execve() for increased consistency
with other MAC system calls. Requested by: various (phk, gordont, jake, ...)
This commit is contained in:
parent
101b8e52d9
commit
6cedb451fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106312
@ -600,7 +600,7 @@
|
||||
void *data, size_t nbytes); }
|
||||
414 STD BSD { int extattr_delete_link(const char *path, \
|
||||
int attrnamespace, const char *attrname); }
|
||||
415 UNIMPL BSD __execve_mac
|
||||
415 UNIMPL BSD __mac_execve
|
||||
416 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \
|
||||
struct sigaction *oact); }
|
||||
417 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); }
|
||||
|
Loading…
Reference in New Issue
Block a user