Lines Matching refs:getrandom
4 Subject: [PATCH] lib/getrandom.c: fix build with uclibc < 1.0.35
7 since the addition of getrandom module in
11 from getrandom.c:22:
13 27 | extern int getrandom(void *__buf, size_t count, unsigned int flags)
29 jitter/gnulib-local/getrandom.c | 1 +
30 gl/getrandom.c | 1 +
31 gl-libpoke/getrandom.c | 1 +
34 diff --git a/jitter/gnulib-local/getrandom.c b/jitter/gnulib-local/getrandom.c
36 --- a/jitter/gnulib-local/getrandom.c
37 +++ b/jitter/gnulib-local/getrandom.c
46 diff --git a/gl/getrandom.c b/gl/getrandom.c
48 --- a/gl/getrandom.c
49 +++ b/gl/getrandom.c
58 diff --git a/gl-libpoke/getrandom.c b/gl-libpoke/getrandom.c
60 --- a/gl-libpoke/getrandom.c
61 +++ b/gl-libpoke/getrandom.c