* sysdeps/unix/sysv/linux/arm/sigaction.c: If WRAPPER_INCLUDE is

defined, include the named file.
This commit is contained in:
Daniel Jacobowitz 2006-07-24 15:43:02 +00:00
parent bb600a60fb
commit f4151d899d
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/sigaction.c: If WRAPPER_INCLUDE is
defined, include the named file.
2006-07-05 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include

View File

@ -1,4 +1,4 @@
/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2005
/* Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@ -151,6 +151,10 @@ __libc_sigaction (sig, act, oact)
}
libc_hidden_def (__libc_sigaction)
#ifdef WRAPPER_INCLUDE
# include WRAPPER_INCLUDE
#endif
#ifndef LIBC_SIGACTION
weak_alias (__libc_sigaction, __sigaction)
libc_hidden_weak (__sigaction)