From a582750d701263b71ff9d0a85795598872d510a7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 6 Jun 1999 12:58:19 +0000 Subject: Update. 1999-06-04 Andreas Jaeger * math/libm-test.c (yn_test): Change one delta. (jn_test): Likewise. (j1_test): Likewise. (y0_test): Likewise. --- malloc/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/malloc.c b/malloc/malloc.c index 2aec9c431e..01ff7aa304 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1656,7 +1656,7 @@ ptmalloc_init __MALLOC_P((void)) /* Initialize the pthreads interface. */ if (__pthread_initialize != NULL) __pthread_initialize(); - __libc_getpagesize = __getpagesize(); + __libc_pagesize = __getpagesize(); #endif mutex_init(&main_arena.mutex); mutex_init(&list_lock); -- cgit v1.2.3