pthread_atfork: fix the incorrect description in comments

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao
2023-07-26 04:51:13 -07:00
committed by Xiang Xiao
parent ef252fc0fc
commit 02153a2afb
+1 -1
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:
*