summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
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