summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/stty.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-07 14:38:01 +0900
committerMichele Calgaro <[email protected]>2025-01-07 14:38:01 +0900
commitcd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c (patch)
tree196c0d49471e370e142886a0574965d531f258f9 /languages/ruby/debugger/stty.cpp
parent8ad56e7de69ae29466a733fc43415365259030bb (diff)
downloadtdevelop-cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c.tar.gz
tdevelop-cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
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>