[Glibc-bsd-commits] r5351 - in trunk/freebsd-glue: debian include

rmh at alioth.debian.org rmh at alioth.debian.org
Sat Jan 18 23:21:54 UTC 2014


Author: rmh
Date: 2014-01-18 23:21:54 +0000 (Sat, 18 Jan 2014)
New Revision: 5351

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/stdlib.h
Log:
Add arc4random_buf() prototype to <stdlib.h>.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2014-01-18 23:05:46 UTC (rev 5350)
+++ trunk/freebsd-glue/debian/changelog	2014-01-18 23:21:54 UTC (rev 5351)
@@ -8,6 +8,7 @@
     also on GNU/kFreeBSD.
   * Update embedded copy of <sys/elf_common.h>.
   * Add getbsize().
+  * Add arc4random_buf() prototype to <stdlib.h>.
 
  -- Robert Millan <rmh at debian.org>  Wed, 08 Jan 2014 22:36:52 +0100
 

Modified: trunk/freebsd-glue/include/stdlib.h
===================================================================
--- trunk/freebsd-glue/include/stdlib.h	2014-01-18 23:05:46 UTC (rev 5350)
+++ trunk/freebsd-glue/include/stdlib.h	2014-01-18 23:21:54 UTC (rev 5351)
@@ -9,6 +9,8 @@
 
 u_int32_t arc4random (void);
 void arc4random_stir (void);
+void arc4random_buf (void *, size_t);
+
 const char *getprogname(void);
 void setprogname (const char *);
 void *reallocf(void *ptr, size_t size);




More information about the Glibc-bsd-commits mailing list