diff options
author | 2008-06-14 15:43:43 +0000 | |
---|---|---|
committer | 2008-06-14 15:43:43 +0000 | |
commit | d90c2d3b9e28b8c5b1bbced8327426ec49e2c458 (patch) | |
tree | f3c5386e2cd099634cfd960e5c458b5416988835 /lib/libc/include | |
parent | zap last thread_malloc_init reference. otto@ ok (diff) | |
download | wireguard-openbsd-d90c2d3b9e28b8c5b1bbced8327426ec49e2c458.tar.xz wireguard-openbsd-d90c2d3b9e28b8c5b1bbced8327426ec49e2c458.zip |
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); |