Add libmthread and test59 to test the implementation

This commit is contained in:
Thomas Veerman
2010-09-21 12:22:38 +00:00
parent 3cc13b29f0
commit 12e167f672
16 changed files with 2725 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
# Makefile for libmthread
CPPFLAGS+=-O -D_MINIX -D_POSIX_SOURCE -Wall
LIB= mthread
SRCS= \
allocate.c \
attribute.c \
mutex.c \
misc.c \
queue.c \
condition.c \
scheduler.c
.include <bsd.lib.mk>