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

defined, include the named file.
This commit is contained in:
Daniel Jacobowitz 2006-07-24 15:42:07 +00:00
parent 6dc958e5dd
commit bb600a60fb
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-07-24 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
defined, include the named file.
2006-06-08 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Reformat.

View File

@ -153,6 +153,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)