aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-02-23 09:09:35 +0000
committerRon Yorston <rmy@pobox.com>2018-02-23 09:09:35 +0000
commit7288179d1218f8e0308455d4d58346aec268eb2e (patch)
tree9c5381f96accfd5c85d05f66e239ddce1557d4fd /include/mingw.h
parentf46f3503fca50bfb397ed32d805158099a416f64 (diff)
downloadbusybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.gz
busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.tar.bz2
busybox-w32-7288179d1218f8e0308455d4d58346aec268eb2e.zip
win32: make /dev/urandom more random
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 46be4dc23..8f7e529ba 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -481,3 +481,5 @@ int err_win_to_posix(DWORD winerr);
481 481
482ULONGLONG CompatGetTickCount64(void); 482ULONGLONG CompatGetTickCount64(void);
483#define GetTickCount64 CompatGetTickCount64 483#define GetTickCount64 CompatGetTickCount64
484
485ssize_t get_random_bytes(void *buf, ssize_t count);