aboutsummaryrefslogtreecommitdiff
path: root/devel/linuxthreads
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2000-07-12 16:32:11 +0000
committerJason Evans <jasone@FreeBSD.org>2000-07-12 16:32:11 +0000
commit7a90df77ff4e5447a3b6245a6407c7c3645880fc (patch)
tree9d113ed3863c71d142a8fca5d11beb6bb03972bd /devel/linuxthreads
parent7906f5a99ba20a8450603e7170736a6015aa3229 (diff)
downloadports-7a90df77ff4e5447a3b6245a6407c7c3645880fc.tar.gz
ports-7a90df77ff4e5447a3b6245a6407c7c3645880fc.zip
Notes
Diffstat (limited to 'devel/linuxthreads')
-rw-r--r--devel/linuxthreads/files/libc_thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/linuxthreads/files/libc_thread.c b/devel/linuxthreads/files/libc_thread.c
index 47da0af7ba44..0978796d952c 100644
--- a/devel/linuxthreads/files/libc_thread.c
+++ b/devel/linuxthreads/files/libc_thread.c
@@ -127,14 +127,6 @@ static void _pthread_initialize(void)
/* This turns on thread safe behaviour in libc when we link with it */
__isthreaded = 1;
- dllockinit (NULL,
- lock_create,
- rlock_acquire,
- wlock_acquire,
- lock_release,
- lock_destroy,
- NULL);
-
#if defined(NEWLIBC)
/* Set up pointers for lib/libc/stdtime/localtime.c */
lcl_mutex = &_lcl_mutex;