summaryrefslogtreecommitdiff
path: root/get_rload.c
diff options
context:
space:
mode:
authorHarold L Hunt II <huntharo@msu.edu>2004-03-17 21:19:05 +0000
committerHarold L Hunt II <huntharo@msu.edu>2004-03-17 21:19:05 +0000
commitf7c3891a6eedae5741af9e51b92f7df7b6a2fff2 (patch)
treec07258054dc871efac209d1b99ab7d76372312f5 /get_rload.c
parenta22b9c5b19ff586c24d5beb26e327c4d85214dd8 (diff)
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 efee824..9629d01 100644
--- a/get_rload.c
+++ b/get_rload.c
@@ -10,7 +10,7 @@
/* Not all OS supports get_rload
steal the STUB idea from get_load
*/
-#if defined(QNX4)
+#if defined(QNX4) || defined(__CYGWIN__)
#define RLOADSTUB
#endif