From 789f5785a650e9cee4c292e33520f2ff9206df17 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 17 Dec 2003 18:34:15 +0000 Subject: Use PAGE_SIZE rather than hard coding 4096 --- ldso/include/ldso.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso/include') diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index b5ccbfaef..a7e885a06 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -9,3 +9,5 @@ #include #include #include +/* Pull in the arch specific page size */ +#include -- cgit v1.2.3