projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67fec4
)
stubdom: fix pass-through compilation
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 5 Jul 2008 13:00:19 +0000
(14:00 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 5 Jul 2008 13:00:19 +0000
(14:00 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
extras/mini-os/include/posix/limits.h
patch
|
blob
|
history
diff --git
a/extras/mini-os/include/posix/limits.h
b/extras/mini-os/include/posix/limits.h
index be8b14e33a8321e6f54a52498e7833ab0be79c34..5dd0e7d3b17bd3dbf1b9f4284b2dd5f379575266 100644
(file)
--- a/
extras/mini-os/include/posix/limits.h
+++ b/
extras/mini-os/include/posix/limits.h
@@
-41,5
+41,6
@@
#define ULONG_LONG_MAX ULLONG_MAX
#define PATH_MAX __PAGE_SIZE
+#define PAGE_SIZE __PAGE_SIZE
#endif /* _POSIX_LIMITS_H */