From ac1a542ba0b64dde7b9ccc8430c9e8cb0ffd7088 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 12 Aug 2002 09:13:58 +0000 Subject: Fix use of __pthread_once, and fix rpc usage of thread local storage.... -Erik --- libc/inet/rpc/rpc_thread.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libc/inet/rpc/rpc_thread.c') diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c index 6c01af95c..ba5350ec9 100644 --- a/libc/inet/rpc/rpc_thread.c +++ b/libc/inet/rpc/rpc_thread.c @@ -35,12 +35,8 @@ __rpc_thread_destroy (void) } -#warning fix multithreaded initialization... -#if 0 extern int __pthread_once (pthread_once_t *__once_control, void (*__init_routine) (void)); -asm (".weak __pthread_once"); - # define __libc_once_define(CLASS, NAME) \ CLASS pthread_once_t NAME = PTHREAD_ONCE_INIT @@ -86,12 +82,6 @@ __rpc_thread_variables (void) } return tvp; } -#else -struct rpc_thread_variables * __rpc_thread_variables (void) -{ - return __libc_tsd_RPC_VARS_data; -} -#endif /* Global variables If we're single-threaded, or if this is the first -- cgit v1.2.3