diff options
author | jasone <jasone@FreeBSD.org> | 2000-07-12 16:32:11 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-07-12 16:32:11 +0000 |
commit | 55941e862c29523c2ab4adf25d92f35debf0e80f (patch) | |
tree | 26169de0a2afc4cd1e2290fe56f53e9a633b98bb /devel | |
parent | 80fb8943f93bdbf0d97e61acffccf847fb6a4293 (diff) | |
download | FreeBSD-ports-55941e862c29523c2ab4adf25d92f35debf0e80f.zip FreeBSD-ports-55941e862c29523c2ab4adf25d92f35debf0e80f.tar.gz |
Remove call to deprecated function, dllockinit().
Diffstat (limited to 'devel')
-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 47da0af..0978796 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; |