about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-25 09:08:28 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-25 09:08:28 +0000
commit544f3cdfff81228c079df98367590d5bb05391f0 (patch)
tree504bb048d456f5357b744e08687a12a577a7bb57 /bits
parent395412a0e862bba722a71de7a41e8325b567d09a (diff)
downloadglibc-544f3cdfff81228c079df98367590d5bb05391f0.tar.gz
glibc-544f3cdfff81228c079df98367590d5bb05391f0.tar.xz
glibc-544f3cdfff81228c079df98367590d5bb05391f0.zip
Update.
2003-08-18  Alfred M. Szmidt  <ams@kemisten.nu>

	* sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine
	and use __libc_cleanup_region_end instead.
Diffstat (limited to 'bits')
-rw-r--r--bits/libc-lock.h2
1 files changed, 1 insertions, 1 deletions
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