summaryrefslogtreecommitdiff
path: root/get_rload.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 15:42:38 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 16:07:05 -0800
commitf16d6f2c273c6896a4e79ac9db7a80c830794392 (patch)
tree76ed4f7244f5adca9cc780da9a1f433505f044f7 /get_rload.c
parentf1ef1f0ac2a81b4aa59f1fba37ee11f6a0acbe22 (diff)
unifdef QNX4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'get_rload.c')
-rw-r--r--get_rload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_rload.c b/get_rload.c
index c17598f..fd0f326 100644
--- a/get_rload.c
+++ b/get_rload.c
@@ -12,7 +12,7 @@
/* Not all OS supports get_rload
steal the STUB idea from get_load
*/
-#if defined(QNX4) || defined(__CYGWIN__) || defined(_WIN32)
+#if defined(__CYGWIN__) || defined(_WIN32)
#define RLOADSTUB
#endif