Patch from Kaoutsis to enable mutex and pthread_create tests.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25460 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6ba2a6764d
commit
b2208589c9
@ -211,9 +211,9 @@ BinCommand munmap :
|
||||
munmap.c
|
||||
: libmicro.a libroot.so ;
|
||||
|
||||
# atm unsupported
|
||||
BinCommand mutex :
|
||||
: libelided.a libroot.so ;
|
||||
BinCommand mutex :
|
||||
mutex.c
|
||||
: libmicro.a libroot.so ;
|
||||
|
||||
BinCommand nop :
|
||||
nop.c
|
||||
@ -235,10 +235,9 @@ BinCommand pread :
|
||||
pread.c
|
||||
: libmicro.a libroot.so ;
|
||||
|
||||
# atm unsupported
|
||||
# needs pthread_attr_setstacksize
|
||||
BinCommand pthread_create :
|
||||
: libelided.a libroot.so ;
|
||||
BinCommand pthread_create :
|
||||
pthread_create.c
|
||||
: libmicro.a libroot.so ;
|
||||
|
||||
BinCommand pwrite :
|
||||
pwrite.c
|
||||
|
Loading…
Reference in New Issue
Block a user