Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 369998 Details for
Bug 500824
sys-process/audit on HPPA with sys-kernel/linux-headers-3.7 (?) - SOCK_NONBLOCK in /usr/include/bits/socket_type.h clashes with /usr/include/asm/socket.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
glibc-2.17-SOCK_NONBLOCK.patch
glibc-2.17-SOCK_NONBLOCK.patch (text/plain), 891 bytes, created by
Jeroen Roovers (RETIRED)
on 2014-02-10 00:51:52 UTC
(
hide
)
Description:
glibc-2.17-SOCK_NONBLOCK.patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2014-02-10 00:51:52 UTC
Size:
891 bytes
patch
obsolete
>--- a/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h >+++ b/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h >@@ -49,6 +49,7 @@ > SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the > new descriptor(s). */ > #define SOCK_CLOEXEC SOCK_CLOEXEC >+#undef SOCK_NONBLOCK > SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as > non-blocking. */ > #define SOCK_NONBLOCK SOCK_NONBLOCK >--- a/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h >+++ b/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h >@@ -49,7 +49,9 @@ > SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the > new descriptor(s). */ > #define SOCK_CLOEXEC SOCK_CLOEXEC >+#ifndef SOCK_NONBLOCK > SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as > non-blocking. */ >+#endif /* SOCK_NONBLOCK */ > #define SOCK_NONBLOCK SOCK_NONBLOCK > };
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 500824
:
369998