diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/libpthread/Makefile | 36 | ||||
-rw-r--r-- | lib/libpthread/shlib_version | 2 |
3 files changed, 1 insertions, 39 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index bb49a127eb9..595db7a9dc3 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=65 minor=0 # note: If changes were made to include/thread_private.h or if system -# calls were added/changed then libpthread must also be updated. +# calls were added/changed then librthread/shlib_version also be updated. diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile deleted file mode 100644 index 6946dc8c4d3..00000000000 --- a/lib/libpthread/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $OpenBSD: Makefile,v 1.23 2005/11/24 20:49:20 deraadt Exp $ - -# -# The pthread library is formed from the FreeBSD uthread sources of -# libc_r, and exploits weak symbols in libc. -# - -SRCDIR= ${.CURDIR} -LIBCSRCDIR= ${.CURDIR}/../libc - -LIB= pthread -WANTLINT= -LINTFLAGS= -z -CFLAGS+= -DPTHREAD_KERNEL -D_POSIX_THREADS -D_THREAD_SAFE -Wall -CFLAGS+= -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -CFLAGS+= -Wmissing-prototypes -Wsign-compare # -Werror -CFLAGS+= -I${SRCDIR}/uthread -CFLAGS+= -I${SRCDIR}/include -CFLAGS+= -I${LIBCSRCDIR}/include -AINC+= -I${SRCDIR}/uthread - -# Uncomment this if you want libpthread to contain debug information for -# thread locking. -CFLAGS+= -D_LOCK_DEBUG -#DEBUG= -g - -# enable extra internal consistency checks -CFLAGS+= -D_PTHREADS_INVARIANTS - -.include "${SRCDIR}/include/Makefile.inc" -.include "${SRCDIR}/sys/Makefile.inc" -.include "${SRCDIR}/thread/Makefile.inc" -.include "${SRCDIR}/uthread/Makefile.inc" -.include "${SRCDIR}/man/Makefile.inc" - -.include <bsd.lib.mk> diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version deleted file mode 100644 index 9c18c67a61b..00000000000 --- a/lib/libpthread/shlib_version +++ /dev/null @@ -1,2 +0,0 @@ -major=13 -minor=3 |