1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
	it's overridden by libpthreads.
	* sysdeps/unix/sysv/linux/sigaction.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
	* sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
	* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
This commit is contained in:
Andreas Jaeger
2000-07-10 16:25:03 +00:00
parent 02ba6e61d2
commit ab18b1e1a3
7 changed files with 15 additions and 7 deletions

View File

@ -135,7 +135,7 @@ __libc_sigaction (int sig, __const struct sigaction *act,
return -1;
}
strong_alias (__libc_sigaction, __sigaction);
weak_alias (__libc_sigaction, __sigaction);
weak_alias (__libc_sigaction, sigaction);
static void

View File

@ -2,7 +2,7 @@
Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Miguel de Icaza (miguel@nuclecu.unam.mx) and
Jakub Jelinek (jj@ultra.linux.cz).
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@ -64,7 +64,7 @@ __libc_sigaction (int sig, __const struct sigaction *act,
return ret;
}
strong_alias (__libc_sigaction, __sigaction);
weak_alias (__libc_sigaction, __sigaction);
weak_alias (__libc_sigaction, sigaction);
static void