From d24608f995e83aa4ac5557cd1a084cac55a71a3c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 29 Nov 2005 00:50:10 +0000 Subject: Hiding again --- libc/string/generic/bp-checks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string') diff --git a/libc/string/generic/bp-checks.h b/libc/string/generic/bp-checks.h index efbb84716..08c70aa5d 100644 --- a/libc/string/generic/bp-checks.h +++ b/libc/string/generic/bp-checks.h @@ -92,7 +92,7 @@ extern void *__unbounded __ubp_memchr (const void *__unbounded, int, unsigned); cover a region of NBYTES. Such a vector occupies one byte per page of memory. */ # define CHECK_N_PAGES(ARG, NBYTES) \ - ({ int _page_size_ = sysconf (_SC_PAGE_SIZE); \ + ({ int _page_size_ = __sysconf (_SC_PAGE_SIZE); \ CHECK_N ((const char *) (ARG), \ ((NBYTES) + _page_size_ - 1) / _page_size_); }) -- cgit v1.2.3