diff options
Diffstat (limited to 'manual/threads.texi')
| -rw-r--r-- | manual/threads.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/threads.texi b/manual/threads.texi index eeefa9b800..1e9be32d66 100644 --- a/manual/threads.texi +++ b/manual/threads.texi @@ -219,6 +219,9 @@ invoked from several threads. The completion of the function @code{call_once} with the same @code{flag} variable. @end deftypefun +These definitions are from C11, where they appear in @file{threads.h}. +In C23, they appear in @file{stdlib.h} as well as in @file{threads.h}. + @node ISO C Mutexes @subsection Mutexes |
