From 1fc469088e3c80f03d37b2e6464280799aec0041 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Jan 2003 06:46:50 +0000 Subject: 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. --- sysdeps/unix/sysv/linux/i386/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/i386') diff --git a/sysdeps/unix/sysv/linux/i386/system.c b/sysdeps/unix/sysv/linux/i386/system.c index a171541790..1e3035d7f3 100644 --- a/sysdeps/unix/sysv/linux/i386/system.c +++ b/sysdeps/unix/sysv/linux/i386/system.c @@ -40,7 +40,7 @@ static void cancel_handler (void *arg); #define CLEANUP_HANDLER \ - __libc_cleanup_region_start (0, cancel_handler, &pid) + __libc_cleanup_region_start (1, cancel_handler, &pid) #define CLEANUP_RESET \ __libc_cleanup_region_end (0) -- cgit 1.4.1