1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Get rid of nptl/sysdeps/ entirely!

This commit is contained in:
Roland McGrath
2014-07-07 09:28:38 -07:00
parent 96baf6ffc5
commit 08192659bb
84 changed files with 528 additions and 664 deletions

View File

@ -69,12 +69,4 @@ __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)
weak_alias (__libc_sigaction, sigaction)
#endif
#include <nptl/sigaction.c>