This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] miscfuncs.h: Drop now unneeded getentropy declaration


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9985cf66e99121964c830502f68498e062802811

commit 9985cf66e99121964c830502f68498e062802811
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Jan 19 21:35:12 2017 +0100

    miscfuncs.h: Drop now unneeded getentropy declaration
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/miscfuncs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/winsup/cygwin/miscfuncs.h b/winsup/cygwin/miscfuncs.h
index 5087299..cc22935 100644
--- a/winsup/cygwin/miscfuncs.h
+++ b/winsup/cygwin/miscfuncs.h
@@ -12,7 +12,6 @@ details. */
 #define likely(X) __builtin_expect (!!(X), 1)
 #define unlikely(X) __builtin_expect (!!(X), 0)
 
-extern "C" int getentropy (void *ptr, size_t len);
 
 int __reg1 winprio_to_nice (DWORD);
 DWORD __reg1 nice_to_winprio (int &);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]