Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git] / modules / getrandom
blob8add3915d52344c2bf7d52ecf8e3db327d755f4c
1 Description:
2 Fill buffer with random bytes.
4 Files:
5 lib/getrandom.c
6 m4/getrandom.m4
8 Depends-on:
9 sys_random
10 fcntl-h             [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
11 minmax              [test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1]
12 open                [case $host_os in mingw*) false;; *) test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1;; esac]
14 configure.ac:
15 AC_REQUIRE([AC_CANONICAL_HOST])
16 gl_FUNC_GETRANDOM
17 if test $HAVE_GETRANDOM = 0 || test $REPLACE_GETRANDOM = 1; then
18   AC_LIBOBJ([getrandom])
20 gl_SYS_RANDOM_MODULE_INDICATOR([getrandom])
22 Makefile.am:
24 Include:
25 <sys/random.h>
27 Link:
28 $(LIB_GETRANDOM)
30 License:
31 LGPLv2+
33 Maintainer:
34 all