summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-19 07:00:16 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-19 07:00:16 +0100
commit797c09bd73026207bc4b4cccbe4ad69aac44eecd (patch)
tree019c81b5419be639ba7c52839bf5a42fbee09db6
parent69702a64a60df093ba764b5c0d67bf15cbab6cf6 (diff)
missing_pages.html: Add some new missing pthreads APIs from glibc 2.30 and 2.31
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--missing_pages.html66
1 files changed, 66 insertions, 0 deletions
diff --git a/missing_pages.html b/missing_pages.html
index ffb9af2..182bf58 100644
--- a/missing_pages.html
+++ b/missing_pages.html
@@ -1968,6 +1968,17 @@ Probably should not be documented:
</tr>
<tr>
<td>
+ <span class="man-page">pthread_clockjoin_np(3)</span>
+ </td>
+ <td>
+ 2.31
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td>
<span class="man-page">pthread_condattr_destroy(3)</span>
</td>
<td>
@@ -2045,6 +2056,17 @@ Probably should not be documented:
</tr>
<tr>
<td>
+ <span class="man-page">pthread_cond_clockwait(3)</span>
+ </td>
+ <td>
+ 2.30
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td>
<span class="man-page">pthread_cond_destroy(3)</span>
</td>
<td>
@@ -2256,6 +2278,17 @@ Probably should not be documented:
</tr>
<tr>
<td>
+ <span class="man-page">pthread_mutex_clocklock(3)</span>
+ </td>
+ <td>
+ 2.30
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td>
<span class="man-page">pthread_mutex_destroy(3)</span>
</td>
<td>
@@ -2377,6 +2410,28 @@ Probably should not be documented:
</tr>
<tr>
<td>
+ <span class="man-page">pthread_rwlock_clockrdlock(3)</span>
+ </td>
+ <td>
+ 2.30
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <span class="man-page">pthread_rwlock_clockwrlock(3)</span>
+ </td>
+ <td>
+ 2.30
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
+ <tr>
+ <td>
<span class="man-page">pthread_rwlock_init(3)</span>
</td>
<td>
@@ -2462,6 +2517,17 @@ Probably should not be documented:
<td>
&nbsp;
</td>
+ <tr>
+ <td>
+ <span class="man-page">sem_clockwait(3)</span>
+ </td>
+ <td>
+ 2.30
+ </td>
+ <td>
+ &nbsp;
+ </td>
+ </tr>
</tr>
</table>