From 7a90df77ff4e5447a3b6245a6407c7c3645880fc Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 12 Jul 2000 16:32:11 +0000 Subject: Remove call to deprecated function, dllockinit(). --- devel/linuxthreads/files/libc_thread.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'devel') 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; -- cgit