Add libc/compat to libc, fix #63

This commit is contained in:
Norman Feske 2012-01-06 13:21:29 +01:00
parent 26915c14b7
commit c4adddb6b7
3 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,7 @@
LIBC_COMPAT_DIR = $(LIBC_DIR)/libc/compat-43
SRC_C = $(filter-out $(FILTER_OUT),$(notdir $(wildcard $(LIBC_COMPAT_DIR)/*.c)))
include $(REP_DIR)/lib/mk/libc-common.inc
vpath %.c $(LIBC_COMPAT_DIR)

View File

@ -3,7 +3,7 @@
#
LIBS = libc-string libc-locale libc-stdlib libc-stdio libc-gen libc-gdtoa \
libc-inet libc-stdtime libc-regex
libc-inet libc-stdtime libc-regex libc-compat
LIBS += timed_semaphore cxx
#

View File

@ -65,7 +65,6 @@ DUMMY( 0, getuid)
DUMMY(-1, __has_sse)
DUMMY(-1, host_detect_local_cpu)
DUMMY(-1, kill)
DUMMY(-1, killpg)
DUMMY(-1, ksem_close)
DUMMY(-1, ksem_destroy)
DUMMY(-1, ksem_getvalue)