From a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 15 Feb 2017 17:40:40 +0000 Subject: add arc4random_addrandom sysdep; next batch of types changes. The library isn't supposed to be functional yet: there are still a lot of type mismatches. --- src/sysdeps/tryarc4random_addrandom.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/sysdeps/tryarc4random_addrandom.c (limited to 'src/sysdeps') diff --git a/src/sysdeps/tryarc4random_addrandom.c b/src/sysdeps/tryarc4random_addrandom.c new file mode 100644 index 0000000..e89a65c --- /dev/null +++ b/src/sysdeps/tryarc4random_addrandom.c @@ -0,0 +1,12 @@ +/* ISC license. */ + +#undef _POSIX_C_SOURCE +#undef _XOPEN_SOURCE + +#include + +int main (void) +{ + arc4random_addrandom("", 1) ; + return 0 ; +} -- cgit v1.2.3