mirror of git://sourceware.org/git/glibc.git
Update.
2003-08-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_push,__libc_cleanup_pop): Define even here.
This commit is contained in:
parent
b792218d49
commit
20eb79709e
|
|
@ -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>
|
2003-08-01 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/getdents.c: Just use sysdeps/generic/getdents.c.
|
* sysdeps/mach/hurd/getdents.c: Just use sysdeps/generic/getdents.c.
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,8 @@
|
||||||
if ((DOIT) && __save_FCT != 0) \
|
if ((DOIT) && __save_FCT != 0) \
|
||||||
(*__save_FCT)(__save_ARG); \
|
(*__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. */
|
/* We need portable names for some of the functions. */
|
||||||
#define __libc_mutex_unlock
|
#define __libc_mutex_unlock
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,8 @@
|
||||||
if ((DOIT) && __save_FCT != 0) \
|
if ((DOIT) && __save_FCT != 0) \
|
||||||
(*__save_FCT)(__save_ARG); \
|
(*__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. */
|
/* We need portable names for some of the functions. */
|
||||||
#define __libc_mutex_unlock
|
#define __libc_mutex_unlock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue