From d2d6b6044d41872e8f49a55f9fa5051bf5c8d000 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 23 Jan 2018 09:15:49 +0100 Subject: [PATCH] Fix typo in comment. * lib/glthread/thread.h: Fix typo. --- lib/glthread/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/glthread/thread.h b/lib/glthread/thread.h index d6e19125d6..165754b4f5 100644 --- a/lib/glthread/thread.h +++ b/lib/glthread/thread.h @@ -54,7 +54,7 @@ gl_thread_exit (return_value); extern _Noreturn void gl_thread_exit (void *return_value); - Requesting custom code to be executed at fork() time(not supported on all + Requesting custom code to be executed at fork() time (not supported on all platforms): gl_thread_atfork (prepare_func, parent_func, child_func); Or with control of error handling: -- 2.39.5