diff options
author | Michele Calgaro <[email protected]> | 2025-01-07 14:38:01 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-07 14:38:01 +0900 |
commit | cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c (patch) | |
tree | 196c0d49471e370e142886a0574965d531f258f9 /languages/ruby/debugger/stty.cpp | |
parent | 8ad56e7de69ae29466a733fc43415365259030bb (diff) | |
download | tdevelop-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.cpp | 5 |
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> |