Remove libc_r support.

This commit is contained in:
David Xu 2006-10-05 06:26:31 +00:00
parent 2405f16615
commit 65c4c80772

View file

@ -6,7 +6,6 @@ LIB= thread_db
SHLIB_MAJOR= 2
SRCS= thread_db.c
SRCS+= libpthread_db.c libpthread_md.c
SRCS+= libc_r_db.c libc_r_md.c
SRCS+= libthr_db.c
INCS= thread_db.h
WARNS?= 1