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:
Jérôme Duval 2008-05-12 09:58:31 +00:00
parent 6ba2a6764d
commit b2208589c9

View File

@ -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