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:
parent
ef4a3227fa
commit
33b577d3b3
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user