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
+6 -6
View File
@@ -199,17 +199,17 @@ BinCommand mktime :
BinCommand mprotect : BinCommand mprotect :
: libelided.a libroot.so ; : libelided.a libroot.so ;
# atm unsupported BinCommand mmap :
BinCommand mmap : mmap.c
: libelided.a libroot.so ; : libmicro.a libroot.so ;
# atm unsupported # atm unsupported
BinCommand msync : BinCommand msync :
: libelided.a libroot.so ; : libelided.a libroot.so ;
# atm unsupported BinCommand munmap :
BinCommand munmap : munmap.c
: libelided.a libroot.so ; : libmicro.a libroot.so ;
# atm unsupported # atm unsupported
BinCommand mutex : BinCommand mutex :