OSDN Git Service

a small TODO
authorMike Frysinger <vapier@gentoo.org>
Tue, 6 Dec 2005 01:03:20 +0000 (01:03 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 6 Dec 2005 01:03:20 +0000 (01:03 -0000)
libc/inet/rpc/rpc_thread.c

index 1e42cbe..5a23c60 100644 (file)
@@ -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));