diff options
Diffstat (limited to 'man3/pthread_spin_init.3')
| -rw-r--r-- | man3/pthread_spin_init.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3 index 511820fee0..450134f97f 100644 --- a/man3/pthread_spin_init.3 +++ b/man3/pthread_spin_init.3 @@ -103,9 +103,10 @@ a new spin lock. .TP .B ENOMEM Insufficient memory to initialize the spin lock. -.SH VERSIONS -These functions were added in glibc 2.2. .SH STANDARDS +POSIX.1-2008. +.SH HISTORY +glibc 2.2. POSIX.1-2001. .PP Support for process-shared spin locks is a POSIX option. |
