summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/rpc_thread.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-06 01:03:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-06 01:03:20 +0000
commit5ccce35379ae55e1a98472b35844b4e5d116c87e (patch)
treeece505c3f990ec264568348a957937907cb8dd38 /libc/inet/rpc/rpc_thread.c
parent1fb4a50802ed511ac68ea382ee04a801b4bd585c (diff)
a small TODO
Diffstat (limited to 'libc/inet/rpc/rpc_thread.c')
-rw-r--r--libc/inet/rpc/rpc_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/rpc_thread.c b/libc/inet/rpc/rpc_thread.c
index 1e42cbec6..5a23c60f7 100644
--- a/libc/inet/rpc/rpc_thread.c
+++ b/libc/inet/rpc/rpc_thread.c
@@ -36,6 +36,7 @@ __rpc_thread_destroy (void)
}
+/* XXX: maybe turn this into a normal __pthread_once() via pthreads/weaks.c ? */
extern int weak_function __pthread_once (pthread_once_t *__once_control,
void (*__init_routine) (void));