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

Robert Millan rmh at alioth.debian.org
Sat Oct 26 14:08:32 UTC 2013


Author: rmh
Date: 2013-10-26 14:08:31 +0000 (Sat, 26 Oct 2013)
New Revision: 5090

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/include/stdlib.h
Log:
Add arc4random_stir() prototype (for libbsd).

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-10-26 14:07:45 UTC (rev 5089)
+++ trunk/freebsd-glue/debian/changelog	2013-10-26 14:08:31 UTC (rev 5090)
@@ -2,6 +2,7 @@
 
   * Fix improper allocation in funopen(). (Closes: #726970)
   * Add _PATH_UFSSUSPEND.
+  * Add arc4random_stir() prototype (for libbsd).
 
  -- Robert Millan <rmh at debian.org>  Sat, 26 Oct 2013 00:27:03 +0200
 

Modified: trunk/freebsd-glue/include/stdlib.h
===================================================================
--- trunk/freebsd-glue/include/stdlib.h	2013-10-26 14:07:45 UTC (rev 5089)
+++ trunk/freebsd-glue/include/stdlib.h	2013-10-26 14:08:31 UTC (rev 5090)
@@ -8,6 +8,7 @@
 __BEGIN_DECLS
 
 u_int32_t arc4random (void);
+void arc4random_stir (void);
 const char *getprogname(void);
 void setprogname (const char *);
 void *reallocf(void *ptr, size_t size);




More information about the Glibc-bsd-commits mailing list