mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 04:41:59 +02:00
* gl/modules/randread (Depends-on): Add stdalign. * gl/lib/randread.c: Include <stdalign.h>, so we can ... [!_STRING_ARCH_unaligned]: remove definition of stdalign.
36 lines
383 B
Plaintext
36 lines
383 B
Plaintext
Description:
|
|
Generate buffers of random data.
|
|
|
|
Files:
|
|
lib/rand-isaac.c
|
|
lib/rand-isaac.h
|
|
lib/randread.c
|
|
lib/randread.h
|
|
|
|
Depends-on:
|
|
error
|
|
exitfail
|
|
inline
|
|
fopen-safer
|
|
gettimeofday
|
|
quotearg
|
|
stdalign
|
|
stdbool
|
|
stdint
|
|
unlocked-io
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
|
|
|
|
Include:
|
|
"randread.h"
|
|
|
|
License
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|