miscfuncs.h: Drop now unneeded getentropy declaration

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-01-19 21:35:12 +01:00
parent 19f9a9799f
commit 9985cf66e9
1 changed files with 0 additions and 1 deletions

View File

@ -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 &);