ia64/xen-unstable
changeset 17983:30c20e467f0b
stubdom: fix pass-through compilation
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat Jul 05 14:00:19 2008 +0100 (2008-07-05) |
parents | e12df2e7bd43 |
children | 9a1d98a9d21b |
files | extras/mini-os/include/posix/limits.h |
line diff
1.1 --- a/extras/mini-os/include/posix/limits.h Sat Jul 05 14:00:03 2008 +0100 1.2 +++ b/extras/mini-os/include/posix/limits.h Sat Jul 05 14:00:19 2008 +0100 1.3 @@ -41,5 +41,6 @@ 1.4 #define ULONG_LONG_MAX ULLONG_MAX 1.5 1.6 #define PATH_MAX __PAGE_SIZE 1.7 +#define PAGE_SIZE __PAGE_SIZE 1.8 1.9 #endif /* _POSIX_LIMITS_H */