Add arc4random_stir and arc4random_addrandom functions

This commit is contained in:
Guillem Jover
2008-06-18 08:44:18 +03:00
parent 26ab4750ee
commit bf4eeb29f0
4 changed files with 33 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
LIBBSD_0.0 {
global:
arc4random;
arc4random_stir;
arc4random_addrandom;
bsd_getopt; optreset;
errc; warnc; verrc; vwarnc;
fgetln;