From bee19fe5a8272164227e2a7997fa838ed2b21ae6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Feb 2007 14:45:10 +0000 Subject: Removed (moved to libcsupport/src). --- cpukit/posix/src/getpagesize.c | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 cpukit/posix/src/getpagesize.c (limited to 'cpukit/posix/src/getpagesize.c') diff --git a/cpukit/posix/src/getpagesize.c b/cpukit/posix/src/getpagesize.c deleted file mode 100644 index 806c500a9b..0000000000 --- a/cpukit/posix/src/getpagesize.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - * $Id$ - */ - -#if HAVE_CONFIG_H -#include "config.h" -#endif - -#include - -/*PAGE - * - * Get System Page Size (from SVR4 and 4.2+ BSD) - * - * This is not a functional version but the SPARC backend for at least - * gcc 2.8.1 plus gnat 3.13p and gcc 3.0.1 require it to be there and - * return a reasonable value. - */ - -size_t getpagesize(void) -{ - return 4096; -} -- cgit v1.2.3