signal.7: Add getrandom(2) to list of restartable system calls

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-29 08:37:44 +01:00
parent a66935bad6
commit 3168ff2db7
1 changed files with 2 additions and 0 deletions

View File

@ -721,6 +721,8 @@ and
(since Linux 2.6.22; beforehand, always failed with
.BR EINTR ).
.IP *
.BR getrandom (2).
.IP *
.BR pthread_mutex_lock (3),
.BR pthread_cond_wait (3),
and related APIs.