Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 681088 Details for
Bug 763618
>=sys-libs/glibc-2.31 does not define 'wait4' symbol in libc.a on alpha (was: genkernel fails to create initramfs)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for wait4.c
glibc-2.32-alpha-wait4-static.patch (text/plain), 689 bytes, created by
Yoshihiko Iwama
on 2021-01-05 02:48:37 UTC
(
hide
)
Description:
patch for wait4.c
Filename:
MIME Type:
Creator:
Yoshihiko Iwama
Created:
2021-01-05 02:48:37 UTC
Size:
689 bytes
patch
obsolete
>diff -aruN glibc-2.32.orig/sysdeps/unix/sysv/linux/alpha/wait4.c glibc-2.32/sysdeps/unix/sysv/linux/alpha/wait4.c >--- glibc-2.32.orig/sysdeps/unix/sysv/linux/alpha/wait4.c 2020-08-05 11:17:00.000000000 +0900 >+++ glibc-2.32/sysdeps/unix/sysv/linux/alpha/wait4.c 2021-01-04 12:58:22.041860495 +0900 >@@ -16,11 +16,15 @@ > License along with the GNU C Library; if not, see > <http://www.gnu.org/licenses/>. */ > >+#ifdef SHARED > #include <shlib-compat.h> > > #undef weak_alias > #define weak_alias(a, b) >+#endif > #include <sysdeps/unix/sysv/linux/wait4.c> >+#ifdef SHARED > versioned_symbol (libc, __wait4, wait4, GLIBC_2_1); >+#endif > > /* GLIBC_2_0 version is implemented at osf_wait4.c. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 763618
:
681082
|
681085
| 681088