aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/os.h b/linux/os.h
index 05253c2..8e2eb5c 100644
--- a/linux/os.h
+++ b/linux/os.h
@@ -23,7 +23,7 @@
#endif
#define RETURN_IS_ERROR(RET)\
- ((RET) > -(unsigned long long int)PAGE_SIZE) /* Don't know the actual limit, but this seems safe */
+ ((RET) > -(unsigned long long int)4096) /* I guess Linux promises to never use a smaller page size */
#if defined(__x86_64__) && !defined(__IPL32__)
# include "x86-64.h"