diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 09:08:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 09:08:28 +0000 |
commit | 544f3cdfff81228c079df98367590d5bb05391f0 (patch) | |
tree | 504bb048d456f5357b744e08687a12a577a7bb57 /sysdeps/generic/bits | |
parent | 395412a0e862bba722a71de7a41e8325b567d09a (diff) | |
download | glibc-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 'sysdeps/generic/bits')
-rw-r--r-- | sysdeps/generic/bits/libc-lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/bits/libc-lock.h b/sysdeps/generic/bits/libc-lock.h index d87bd9b03a..3f9c211e0a 100644 --- a/sysdeps/generic/bits/libc-lock.h +++ b/sysdeps/generic/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 |