diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 06:46:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 06:46:50 +0000 |
commit | 1fc469088e3c80f03d37b2e6464280799aec0041 (patch) | |
tree | af233516715d805be036364119899ef3113daf6a /ChangeLog | |
parent | 68ff8426c6b8cf5dd93f2dd151ab21cb83fa990b (diff) | |
download | glibc-1fc469088e3c80f03d37b2e6464280799aec0041.tar glibc-1fc469088e3c80f03d37b2e6464280799aec0041.tar.gz glibc-1fc469088e3c80f03d37b2e6464280799aec0041.tar.bz2 glibc-1fc469088e3c80f03d37b2e6464280799aec0041.zip |
Update.
* stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
instead of __libc_cleanup_region_start and _IO_cleanup_region_end
instead of __libc_cleanup_region_end.
* sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1
as first parameter to __libc_cleanup_region_start.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-01-27 Ulrich Drepper <drepper@redhat.com> + * stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start + instead of __libc_cleanup_region_start and _IO_cleanup_region_end + instead of __libc_cleanup_region_end. + + * sysdeps/unix/sysv/linux/i386/system.c (CLEANUP_HANDLER): Pass 1 + as first parameter to __libc_cleanup_region_start. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c (__fe_nomask_env): Use __prctl not prctl. * sysdeps/unix/sysv/linux/syscalls.list: Add __prctl alias for |