repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
getentropy
blob
680aa4716b5a525f9ed2e793918f7ef1f6a21dba
1
Description:
2
Fill buffer with random bytes.
3
4
Files:
5
lib/getentropy.c
6
m4/getentropy.m4
7
8
Depends-on:
9
getrandom [test $HAVE_GETENTROPY = 0]
10
extensions
11
unistd
12
13
configure.ac:
14
gl_FUNC_GETENTROPY
15
if test $HAVE_GETENTROPY = 0; then
16
AC_LIBOBJ([getentropy])
17
fi
18
gl_UNISTD_MODULE_INDICATOR([getentropy])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
Link:
26
$(LIB_GETRANDOM)
27
28
License:
29
LGPL
30
31
Maintainer:
32
all