]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/mips/sigaction.c: If WRAPPER_INCLUDE is
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 24 Jul 2006 15:42:07 +0000 (15:42 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 24 Jul 2006 15:42:07 +0000 (15:42 +0000)
defined, include the named file.

ChangeLog.mips
sysdeps/unix/sysv/linux/mips/sigaction.c

index 16e092fd4e495ec499eca7dec178da2bd1fa1e99..358a48674b9b53d33ade0a7693a8c41343193d8c 100644 (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.
index 8e2ca42bb4c63b2b94cbb45f3acf68d10cb0cc29..c05dfd1f6e11e0907acd774df2b85c39f5d3ea7d 100644 (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)