Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 302887 Details for
Bug 361541
sys-apps/busybox-1.8.13 fails to compile on a x86 uclibc box
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
busybox-1.19.4-date_nano.patch
busybox-1.19.4-date_nano.patch (text/plain), 553 bytes, created by
Iwan Aucamp
on 2012-02-22 18:31:52 UTC
(
hide
)
Description:
busybox-1.19.4-date_nano.patch
Filename:
MIME Type:
Creator:
Iwan Aucamp
Created:
2012-02-22 18:31:52 UTC
Size:
553 bytes
patch
obsolete
>--- a/coreutils/date.c >+++ b/coreutils/date.c >@@ -249,7 +249,12 @@ > xstat(filename, &statbuf); > ts.tv_sec = statbuf.st_mtime; > #if ENABLE_FEATURE_DATE_NANO >+# if defined(__UCLIBC__) \ >+ || ( defined(__GLIBC__) && ! ( defined(__USE_MISC) || defined(__USE_XOPEN2K8) ) ) >+ ts.tv_nsec = statbuf.st_mtimensec; >+# else > ts.tv_nsec = statbuf.st_mtim.tv_nsec; >+# endif > /* Some toolchains use .st_mtimensec instead of st_mtim.tv_nsec. > * If you need #define _SVID_SOURCE 1 to enable st_mtim.tv_nsec, > * drop a mail to project mailing list please
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 361541
:
269353
| 302887