summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/select.h')
-rw-r--r--winsup/cygwin/select.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/select.h b/winsup/cygwin/select.h
index 0afccbd9d..fe0c206d5 100644
--- a/winsup/cygwin/select.h
+++ b/winsup/cygwin/select.h
@@ -97,9 +97,9 @@ public:
select_stuff (): return_on_signal (false), always_ready (false),
windows_used (false), start (0),
- device_specific_pipe (0),
- device_specific_socket (0),
- device_specific_serial (0),
- device_specific_mailslot (0) {}
+ device_specific_pipe (NULL),
+ device_specific_socket (NULL),
+ device_specific_serial (NULL),
+ device_specific_mailslot (NULL) {}
};
#endif /* _SELECT_H_ */