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:
Robert Watson 2002-11-01 21:00:02 +00:00
parent 101b8e52d9
commit 6cedb451fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106312

View File

@ -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); }