pthread_atfork: fix the incorrect description in comments
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
ef252fc0fc
commit
02153a2afb
|
@ -50,7 +50,7 @@
|
|||
*
|
||||
* Returned Value:
|
||||
* On success, pthread_atfork() returns 0.
|
||||
* On error, pthread_atfork() returns -1.
|
||||
* On error, pthread_atfork() returns errno.
|
||||
*
|
||||
* Assumptions:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue