]> sourceware.org Git - newlib-cygwin.git/commitdiff
Drop redundant arc4random prototypes from cygwin/stdlib.h
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Mar 2016 20:30:58 +0000 (21:30 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Mar 2016 20:30:58 +0000 (21:30 +0100)
Newlib's default stdlib.h now defines these functions so we can
drop them from the Cygwin-specific header.  Remove the arc4random_stir
and arc4random_uniform prototypes entirely.  They shouldn't be used
by applications anymore.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/stdlib.h

index 00615a9ef4a086491bdd4adadebd7ecddbd0d551..01c56463e601a9715f47a6cd784b63cc430a4617 100644 (file)
@@ -19,12 +19,6 @@ extern "C"
 {
 #endif
 
-__uint32_t arc4random(void);
-void arc4random_addrandom(unsigned char *, int);
-void arc4random_buf(void *, size_t);
-void arc4random_stir(void);
-__uint32_t arc4random_uniform(__uint32_t);
-
 const char *getprogname (void);
 void   setprogname (const char *);
 
This page took 0.033691 seconds and 5 git commands to generate.