summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-06 12:58:19 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-06 12:58:19 +0000
commita582750d701263b71ff9d0a85795598872d510a7 (patch)
tree902f88a3db22114d673d15027d6288c77f779fe1 /malloc
parentb3864d70e74192455c8db5ff7e32574f2a8fca6e (diff)
downloadglibc-a582750d701263b71ff9d0a85795598872d510a7.tar.gz
Update.
1999-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c (yn_test): Change one delta. (jn_test): Likewise. (j1_test): Likewise. (y0_test): Likewise.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
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);