diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-06 12:58:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-06 12:58:19 +0000 |
commit | a582750d701263b71ff9d0a85795598872d510a7 (patch) | |
tree | 902f88a3db22114d673d15027d6288c77f779fe1 /malloc/malloc.c | |
parent | b3864d70e74192455c8db5ff7e32574f2a8fca6e (diff) | |
download | glibc-a582750d701263b71ff9d0a85795598872d510a7.tar.gz glibc-a582750d701263b71ff9d0a85795598872d510a7.tar.xz glibc-a582750d701263b71ff9d0a85795598872d510a7.zip |
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/malloc.c')
-rw-r--r-- | malloc/malloc.c | 2 |
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); |