summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/fhandler_mailslot.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_mailslot.cc b/winsup/cygwin/fhandler_mailslot.cc
index c29378ae0..cf2106da8 100644
--- a/winsup/cygwin/fhandler_mailslot.cc
+++ b/winsup/cygwin/fhandler_mailslot.cc
@@ -136,7 +136,7 @@ fhandler_mailslot::write (const void *ptr, size_t len)
}
int
-fhandler_mailslot::ioctl (unsigned int cmd, void *buf)
+fhandler_mailslot::ioctl (unsigned int cmd, void *buf)
{
int res = -1;