Browse Source

a small TODO

Mike Frysinger 19 years ago
parent
commit
5ccce35379
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/inet/rpc/rpc_thread.c

+ 1 - 0
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));