|
@@ -122,7 +122,7 @@ __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
|
|
|
#ifndef LIBC_SIGACTION
|
|
#ifndef LIBC_SIGACTION
|
|
|
libc_hidden_proto(sigaction)
|
|
libc_hidden_proto(sigaction)
|
|
|
weak_alias(__libc_sigaction,sigaction)
|
|
weak_alias(__libc_sigaction,sigaction)
|
|
|
-libc_hidden_def(sigaction)
|
|
|
|
|
|
|
+libc_hidden_weak(sigaction)
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
/* NOTE: Please think twice before making any changes to the bits of
|
|
/* NOTE: Please think twice before making any changes to the bits of
|