diff options
| author | rsc <devnull@localhost> | 2004-12-27 00:13:48 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-12-27 00:13:48 +0000 |
| commit | e1dc7e4511d4644060d4904dcae50808d966fff7 (patch) | |
| tree | f2e33a457ee10672e40b659826ccd1a649f9ca19 /src/libthread/pthread.c | |
| parent | 43db87f1fcb51065ef50beae9da8b6310ccf1cae (diff) | |
signal handling, add prototype for pthreadinit
Diffstat (limited to 'src/libthread/pthread.c')
| -rw-r--r-- | src/libthread/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/pthread.c b/src/libthread/pthread.c index 77f97a4f..8ca8f8f1 100644 --- a/src/libthread/pthread.c +++ b/src/libthread/pthread.c @@ -101,7 +101,7 @@ _threadsetproc(Proc *p) } void -pthreadinit(void) +_pthreadinit(void) { pthread_key_create(&prockey, 0); } |