From 625099af2c55cda6d9fe9862802fd8d663a73ecf Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Fri, 10 Jan 2025 10:26:16 -0800 Subject: [PATCH] add pthread_mutex_consistent --- libc/utils/docgen/pthread.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc/utils/docgen/pthread.yaml b/libc/utils/docgen/pthread.yaml index e189fe9b08761a..0f8af6baacc031 100644 --- a/libc/utils/docgen/pthread.yaml +++ b/libc/utils/docgen/pthread.yaml @@ -105,6 +105,8 @@ functions: in-latest-posix: '' pthread_mutex_clocklock: in-latest-posix: '' + pthread_mutex_consistent: + in-latest-posix: '' pthread_mutex_destroy: in-latest-posix: '' pthread_mutex_getprioceiling: