diff options
Diffstat (limited to 'sysdeps/pthread/threads.h')
-rw-r--r-- | sysdeps/pthread/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/threads.h b/sysdeps/pthread/threads.h index 860d597..d88d7a3 100644 --- a/sysdeps/pthread/threads.h +++ b/sysdeps/pthread/threads.h @@ -76,7 +76,7 @@ typedef union /* Threads functions. */ /* Create a new thread executing the function __FUNC. Arguments for __FUNC - are passed through __ARG. If succesful, __THR is set to new thread + are passed through __ARG. If successful, __THR is set to new thread identifier. */ extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg); |