pthread_atfork: fix the incorrect description in comments

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2023-07-26 17:11:08 +08:00 committed by Xiang Xiao
parent ef252fc0fc
commit 02153a2afb
1 changed files with 1 additions and 1 deletions

View File

@ -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:
*