View | Details | Raw Unified | Return to issue 2277
Collapse All | Expand All

(-)/projects/sise/openoffice/devel/workpits/641-gcc-debug/source/sal/rtl/source/alloc.c (-1 / +1 lines)
Lines 110-116 Link Here
110
	/* xBSD */
110
	/* xBSD */
111
	return (sal_uInt32)(getpagesize());
111
	return (sal_uInt32)(getpagesize());
112
}
112
}
113
#elif defined(LINUX) || defined(SOLARIS)
113
#elif defined(LINUX) || defined(SOLARIS) || defined(IRIX)
114
static sal_uInt32 __rtl_memory_vmpagesize (void)
114
static sal_uInt32 __rtl_memory_vmpagesize (void)
115
{
115
{
116
	/* POSIX */
116
	/* POSIX */

Return to issue 2277