diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-06-14 15:43:44 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-06-14 15:43:44 +0000 |
commit | a241fd31e643960867365d4ec369ff2114f201bb (patch) | |
tree | cae2cd2c62c43bd3bf3dc09d4749b0e81f92a562 /lib/libc/include | |
parent | 2d56648ac5de0a3d7522155af5ec54f3c5a81569 (diff) |
remove _thread_malloc_init prototype
Diffstat (limited to 'lib/libc/include')
-rw-r--r-- | lib/libc/include/thread_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/include/thread_private.h b/lib/libc/include/thread_private.h index c36bb02c5ac..2d8913e482a 100644 --- a/lib/libc/include/thread_private.h +++ b/lib/libc/include/thread_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: thread_private.h,v 1.23 2008/06/13 21:18:42 otto Exp $ */ +/* $OpenBSD: thread_private.h,v 1.24 2008/06/14 15:43:43 otto Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ @@ -121,7 +121,6 @@ extern void *__THREAD_NAME(serv_mutex); /* * malloc lock/unlock prototypes and definitions */ -void _thread_malloc_init(void); void _thread_malloc_lock(void); void _thread_malloc_unlock(void); |