]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2003 18:13:17 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 Aug 2003 18:13:17 +0000 (18:13 +0000)
2003-08-01  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/bits/libc-lock.h
(__libc_cleanup_push,__libc_cleanup_pop): Define even here.

ChangeLog
bits/libc-lock.h
sysdeps/generic/bits/libc-lock.h

index 6907063a04cf477f5efa60849b99adfcf767804d..ae8a9c9b496cdc0bd7a89ed60f01652b1d482b53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-01  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/generic/bits/libc-lock.h
+       (__libc_cleanup_push,__libc_cleanup_pop): Define even here.
+
 2003-08-01  Roland McGrath  <roland@frob.com>
 
        * sysdeps/mach/hurd/getdents.c: Just use sysdeps/generic/getdents.c.
index 9a99d51bfdef4e13e534199777e9bee656c93e53..d87bd9b03a091a3ec8dbdba530224f5503c2c4dd 100644 (file)
   if ((DOIT) && __save_FCT != 0)                                           \
     (*__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)
 
 /* We need portable names for some of the functions.  */
 #define __libc_mutex_unlock
index 9a99d51bfdef4e13e534199777e9bee656c93e53..d87bd9b03a091a3ec8dbdba530224f5503c2c4dd 100644 (file)
   if ((DOIT) && __save_FCT != 0)                                           \
     (*__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)
 
 /* We need portable names for some of the functions.  */
 #define __libc_mutex_unlock