aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index ca37d87291..c3b9647520 100644
--- a/process.c
+++ b/process.c
@@ -1941,7 +1941,7 @@ proc_setpriority(obj, which, who, prio)
#endif
}
-#ifdef HAVE_RLIM_T
+#if SIZEOF_RLIM_T
#if SIZEOF_RLIM_T == SIZEOF_INT
# define RLIM2NUM(v) UINT2NUM(v)
# define NUM2RLIM(v) NUM2UINT(v)