Patch by Vasilis Kaoutsis: Added mmap/munmap tests.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24999 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-17 13:10:07 +00:00
parent ef4a3227fa
commit 33b577d3b3

View File

@ -199,17 +199,17 @@ BinCommand mktime :
BinCommand mprotect :
: libelided.a libroot.so ;
# atm unsupported
BinCommand mmap :
: libelided.a libroot.so ;
BinCommand mmap :
mmap.c
: libmicro.a libroot.so ;
# atm unsupported
BinCommand msync :
: libelided.a libroot.so ;
# atm unsupported
BinCommand munmap :
: libelided.a libroot.so ;
BinCommand munmap :
munmap.c
: libmicro.a libroot.so ;
# atm unsupported
BinCommand mutex :