summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 5ed7898da..9ff028ad0 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -39,6 +39,8 @@ details. */
fhandler_windows Windows messages I/O (fhandler_windows.cc)
+ fhandler_dev_random /dev/[u]random implementation (fhandler_random.cc)
+
fhandler_proc Interesting possibility, not implemented yet
*/
@@ -741,6 +743,7 @@ class fhandler_dev_random: public fhandler_base
protected:
int unit;
HCRYPTPROV crypt_prov;
+
public:
fhandler_dev_random (const char *name, int unit);
int get_unit () { return unit; }