summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/stty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger/stty.cpp')
-rw-r--r--languages/ruby/debugger/stty.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/languages/ruby/debugger/stty.cpp b/languages/ruby/debugger/stty.cpp
index bacb21d9..0fcd2a17 100644
--- a/languages/ruby/debugger/stty.cpp
+++ b/languages/ruby/debugger/stty.cpp
@@ -26,11 +26,6 @@
#include <config.h>
#endif
-#ifdef __osf__
-#define _XOPEN_SOURCE_EXTENDED
-#define O_NDELAY O_NONBLOCK
-#endif
-
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>