NetBSD/sys/compat/linux
fvdl 7f5724ad4c In the case of MAP_ANON, Linux mmap ignores the fd argument completely.
So, always pass -1 to the native syscall in that case, to avoid
errors if a Linux app doesn't specify -1 as the fd (which some do).
2000-09-07 22:20:45 +00:00
..
arch Regen. 2000-08-31 03:49:44 +00:00
common In the case of MAP_ANON, Linux mmap ignores the fd argument completely. 2000-09-07 22:20:45 +00:00
Makefile.inc
TODO
files.linux Add emulation for scheduler related syscalls. Although they are dummies 1999-10-04 16:58:15 +00:00
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c