Mark second instance of lchown() MP safe just like the first.
Approved by: re (scottl)
This commit is contained in:
parent
5adb21a681
commit
4acd2e73e5
@ -484,7 +484,7 @@
|
||||
size_t count); }
|
||||
273 AUE_NULL UNIMPL nosys
|
||||
274 AUE_NULL MSTD { int lchmod(char *path, mode_t mode); }
|
||||
275 AUE_NULL NOPROTO { int lchown(char *path, uid_t uid, \
|
||||
275 AUE_NULL MNOPROTO { int lchown(char *path, uid_t uid, \
|
||||
gid_t gid); } netbsd_lchown lchown_args \
|
||||
int
|
||||
276 AUE_NULL MSTD { int lutimes(char *path, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user