summaryrefslogtreecommitdiffstats
path: root/languages/cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 14:38:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 14:38:01 +0900
commitcd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c (patch)
tree196c0d49471e370e142886a0574965d531f258f9 /languages/cpp
parent8ad56e7de69ae29466a733fc43415365259030bb (diff)
downloadtdevelop-cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c.tar.gz
tdevelop-cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp')
-rw-r--r--languages/cpp/debugger/stty.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp
index 9d95ad0d..517430da 100644
--- a/languages/cpp/debugger/stty.cpp
+++ b/languages/cpp/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>