summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/netbsd_msync.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for NetBSD syscalls.jb1998-08-171-57/+0
|
* For 1.3, NetBSD walloped the msync syscall and replaced it withjb1998-03-231-0/+57
__msync13. The old one got moved to compat_12. Wrap __msync13 up to look like FreeBSD's msync and be careful to respect the fact that MS_SYNC is 0x0000 on FreeBSD, but 0x0004 on NetBSD.
OpenPOWER on IntegriCloud