Also mark the COMPAT4 version of fhstatfs() as MPSAFE.
This commit is contained in:
parent
2191a5d154
commit
5267dc0b3a
@ -420,7 +420,7 @@
|
|||||||
295 UNIMPL nosys
|
295 UNIMPL nosys
|
||||||
296 UNIMPL nosys
|
296 UNIMPL nosys
|
||||||
; XXX 297 is 300 in NetBSD
|
; XXX 297 is 300 in NetBSD
|
||||||
297 COMPAT4 { int fhstatfs(const struct fhandle *u_fhp, \
|
297 MCOMPAT4 { int fhstatfs(const struct fhandle *u_fhp, \
|
||||||
struct ostatfs *buf); }
|
struct ostatfs *buf); }
|
||||||
298 MSTD { int fhopen(const struct fhandle *u_fhp, int flags); }
|
298 MSTD { int fhopen(const struct fhandle *u_fhp, int flags); }
|
||||||
299 MSTD { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
|
299 MSTD { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user