Browse Source

Merge from NPTL branch.

"Steven J. Hill" 19 years ago
parent
commit
7e3edddc72
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/signal/sigaction.c

+ 2 - 0
libc/signal/sigaction.c

@@ -102,5 +102,7 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
 
 #endif
 
+#ifndef LIBC_SIGACTION
 hidden_weak_alias(__libc_sigaction,__sigaction)
 weak_alias(__libc_sigaction,sigaction)
+#endif