Use msync() to implement msync() for freebsd32 emulation. This isn't quite
right for certain MAP_FIXED mappings on ia64 but it will work fine for all other mappings and works fine on amd64. Requested by: ps, Christian Zander MFC after: 1 week
This commit is contained in:
parent
88565cf2d1
commit
ddcc2a3ff3
@ -119,7 +119,7 @@
|
||||
63 OBSOL ogetkerninfo
|
||||
64 OBSOL ogetpagesize
|
||||
; XXX implement (not OBSOL at all)
|
||||
65 OBSOL omsync
|
||||
65 MNOPROTO { int msync(void *addr, size_t len, int flags); }
|
||||
66 MNOPROTO { int vfork(void); }
|
||||
67 OBSOL vread
|
||||
68 OBSOL vwrite
|
||||
|
Loading…
x
Reference in New Issue
Block a user