mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Mark kenv(2) as MPSAFE, since it appears to be properly locked down.
This commit is contained in:
parent
848c3ec33f
commit
ec792a6740
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@
|
|||
388 MSTD { int __mac_set_fd(int fd, struct mac *mac_p); }
|
||||
389 MSTD { int __mac_set_file(const char *path_p, \
|
||||
struct mac *mac_p); }
|
||||
390 STD { int kenv(int what, const char *name, char *value, \
|
||||
390 MSTD { int kenv(int what, const char *name, char *value, \
|
||||
int len); }
|
||||
391 MSTD { int lchflags(const char *path, int flags); }
|
||||
392 MSTD { int uuidgen(struct uuid *store, int count); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue