Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 763618
Collapse All | Expand All

(-)glibc-2.32.orig/sysdeps/unix/sysv/linux/alpha/wait4.c (+4 lines)
Lines 16-26 Link Here
16
   License along with the GNU C Library; if not, see
16
   License along with the GNU C Library; if not, see
17
   <http://www.gnu.org/licenses/>.  */
17
   <http://www.gnu.org/licenses/>.  */
18
18
19
#ifdef SHARED
19
#include <shlib-compat.h>
20
#include <shlib-compat.h>
20
21
21
#undef weak_alias
22
#undef weak_alias
22
#define weak_alias(a, b)
23
#define weak_alias(a, b)
24
#endif
23
#include <sysdeps/unix/sysv/linux/wait4.c>
25
#include <sysdeps/unix/sysv/linux/wait4.c>
26
#ifdef SHARED
24
versioned_symbol (libc, __wait4, wait4, GLIBC_2_1);
27
versioned_symbol (libc, __wait4, wait4, GLIBC_2_1);
28
#endif
25
29
26
/* GLIBC_2_0 version is implemented at osf_wait4.c.  */
30
/* GLIBC_2_0 version is implemented at osf_wait4.c.  */

Return to bug 763618