Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 770960 Details for
Bug 837734
sys-libs/glibc-2.35 on MIPS - broken localedef due to issue with fstat64 wrapper
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible fix for <bits/struct_stat.h> on N32 w/ -D_TIME_BITS=64
stat64_n32-fix-time64-20220415.patch (text/plain), 926 bytes, created by
Joshua Kinard
on 2022-04-16 03:59:42 UTC
(
hide
)
Description:
Possible fix for <bits/struct_stat.h> on N32 w/ -D_TIME_BITS=64
Filename:
MIME Type:
Creator:
Joshua Kinard
Created:
2022-04-16 03:59:42 UTC
Size:
926 bytes
patch
obsolete
>--- /usr/include/bits/struct_stat.h 2022-04-10 22:07:33.000000000 -0400 >+++ usr/include/bits/struct_stat.h 2022-04-15 22:39:47.726688000 -0400 >@@ -131,6 +131,9 @@ struct stat64 > > struct stat > { >+# ifdef __USE_TIME_BITS64 >+# include <bits/struct_stat_time64_helper.h> >+# else > __dev_t st_dev; > int st_pad1[3]; /* Reserved for st_dev expansion */ > # ifndef __USE_FILE_OFFSET64 >@@ -180,11 +183,15 @@ struct stat > __blkcnt64_t st_blocks; > # endif > int st_pad5[14]; >+# endif /* __USE_TIME_BITS64 */ > }; > > #ifdef __USE_LARGEFILE64 > struct stat64 > { >+# ifdef __USE_TIME_BITS64 >+# include <bits/struct_stat_time64_helper.h> >+# else > __dev_t st_dev; > unsigned int st_pad1[3]; /* Reserved for st_dev expansion */ > __ino64_t st_ino; >@@ -217,6 +224,7 @@ struct stat64 > unsigned int st_pad3; > __blkcnt64_t st_blocks; > int st_pad4[14]; >+# endif /* __USE_TIME_BITS64 */ > }; > #endif >
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 837734
:
769931
|
769934
|
769952
|
769955
|
770960
|
771710