From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/limits/PAGE_SIZE.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/limits/PAGE_SIZE.h (limited to 'src/limits/PAGE_SIZE.h') diff --git a/src/limits/PAGE_SIZE.h b/src/limits/PAGE_SIZE.h new file mode 100644 index 00000000..b4c280af --- /dev/null +++ b/src/limits/PAGE_SIZE.h @@ -0,0 +1,11 @@ +#include +/* #undef PAGE_SIZE */ +/* MIN: 1 */ +/* MAY-BE-UNEFINED */ +/** the number of bytes in a memory page **/ +/*** +If macro(PAGE_SIZE) is defined, it is identical to macro(PAGESIZE). +***/ +/* +XOPEN(400) +*/ -- cgit v1.2.1