mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
ff3e08f9ea
This patch implements a subset of the POSIX thread and semaphore functions in the 'pthread' library. Fixes #174.
9 lines
112 B
Makefile
9 lines
112 B
Makefile
SRC_CC = semaphore.cc \
|
|
thread.cc
|
|
|
|
LIBS += libc
|
|
|
|
vpath % $(REP_DIR)/src/lib/pthread
|
|
|
|
SHARED_LIB = yes
|