From 544f3cdfff81228c079df98367590d5bb05391f0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 Aug 2003 09:08:28 +0000 Subject: Update. 2003-08-18 Alfred M. Szmidt * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine and use __libc_cleanup_region_end instead. --- bits/libc-lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bits') diff --git a/bits/libc-lock.h b/bits/libc-lock.h index d87bd9b03a..3f9c211e0a 100644 --- a/bits/libc-lock.h +++ b/bits/libc-lock.h @@ -118,7 +118,7 @@ (*__save_FCT)(__save_ARG); \ #define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg) -#define __libc_cleanup_pop(execute) __libc_cleanup_end (execute) +#define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute) /* We need portable names for some of the functions. */ #define __libc_mutex_unlock -- cgit 1.4.1