Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416856 Details for
Bug 452180
x11-libs/libdrm-2.4.40 - .../work/libdrm-2.4.40/intel/intel_bufmgr_gem.c:2480:11: error: 'O_CLOEXEC' undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
file_452180.txt (text/plain), 1.11 KB, created by
Jeffrey Ratcliffe
on 2015-11-13 15:28:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jeffrey Ratcliffe
Created:
2015-11-13 15:28:03 UTC
Size:
1.11 KB
patch
obsolete
>Index: libdrm-2.4.52/intel/intel_bufmgr_gem.c >=================================================================== >--- libdrm-2.4.52.orig/intel/intel_bufmgr_gem.c >+++ libdrm-2.4.52/intel/intel_bufmgr_gem.c >@@ -38,6 +38,9 @@ > #include "config.h" > #endif > >+#ifndef O_CLOEXEC >+# define O_CLOEXEC 0 >+#endif > #include <xf86drm.h> > #include <xf86atomic.h> > #include <fcntl.h> >Index: libdrm-2.4.52/nouveau/nouveau.c >=================================================================== >--- libdrm-2.4.52.orig/nouveau/nouveau.c >+++ libdrm-2.4.52/nouveau/nouveau.c >@@ -26,6 +26,9 @@ > #include <config.h> > #endif > >+#ifndef O_CLOEXEC >+# define O_CLOEXEC 0 >+#endif > #include <stdio.h> > #include <stdlib.h> > #include <stdint.h> >Index: libdrm-2.4.52/radeon/radeon_bo_gem.c >=================================================================== >--- libdrm-2.4.52.orig/radeon/radeon_bo_gem.c >+++ libdrm-2.4.52/radeon/radeon_bo_gem.c >@@ -32,6 +32,9 @@ > #ifdef HAVE_CONFIG_H > #include <config.h> > #endif >+#ifndef O_CLOEXEC >+# define O_CLOEXEC 0 >+#endif > #include <stdio.h> > #include <stdint.h> > #include <stdlib.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 452180
: 416856