From 02153a2afb5354825f9d0547dfc0cef1edc42b15 Mon Sep 17 00:00:00 2001 From: guoshichao Date: Wed, 26 Jul 2023 17:11:08 +0800 Subject: [PATCH] pthread_atfork: fix the incorrect description in comments Signed-off-by: guoshichao --- libs/libc/pthread/pthread_atfork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/pthread/pthread_atfork.c b/libs/libc/pthread/pthread_atfork.c index 80b0941041b..5a1ab52f2ab 100644 --- a/libs/libc/pthread/pthread_atfork.c +++ b/libs/libc/pthread/pthread_atfork.c @@ -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: *