Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 417440 Details for
Bug 566186
net-misc/unison-2.48.3 failed to build on musl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
generalize check for <sys/inotify.h> in fsmonitor/linux/inotify_stubs.c
unison-2.48.3-inotify_stubs.patch (text/plain), 465 bytes, created by
Justin Keogh
on 2015-11-20 08:19:28 UTC
(
hide
)
Description:
generalize check for <sys/inotify.h> in fsmonitor/linux/inotify_stubs.c
Filename:
MIME Type:
Creator:
Justin Keogh
Created:
2015-11-20 08:19:28 UTC
Size:
465 bytes
patch
obsolete
>--- a/fsmonitor/linux/inotify_stubs.c 2015-11-19 21:20:11.043113342 +0000 >+++ b/fsmonitor/linux/inotify_stubs.c 2015-11-19 22:06:22.964016998 +0000 >@@ -29,13 +29,8 @@ > > #include <features.h> > >-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 4 >-#define GLIBC_SUPPORT_INOTIFY 1 >-#else >-#define GLIBC_SUPPORT_INOTIFY 0 >-#endif >- >-#if GLIBC_SUPPORT_INOTIFY >+#include "hasinotify.h" >+#ifdef GLIBC_SUPPORT_INOTIFY > #include <sys/inotify.h> > #else > #include "inotify_compat.h"
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 566186
:
417332
|
417432
|
417434
|
417436
|
417438
| 417440