diff options
author | Jason Evans <jasone@FreeBSD.org> | 2000-07-12 16:32:11 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2000-07-12 16:32:11 +0000 |
commit | 7a90df77ff4e5447a3b6245a6407c7c3645880fc (patch) | |
tree | 9d113ed3863c71d142a8fca5d11beb6bb03972bd | |
parent | +p5-Class-MethodMaker (diff) |
Remove call to deprecated function, dllockinit().
Notes
Notes:
svn path=/head/; revision=30532
-rw-r--r-- | devel/linuxthreads/files/libc_thread.c | 8 |
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; |