Displaying 1 result from an estimated 1 matches for "53b7ea4".
Did you mean:
50f7ea4
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...ernels. Expose these macros in sys/socket.h
for the time being to make them available.
Signed-off-by: Mike Waychison <mikew at google.com>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/include/sys/socket.h b/usr/include/sys/socket.h
index c69caaf..53b7ea4 100644
--- a/usr/include/sys/socket.h
+++ b/usr/include/sys/socket.h
@@ -159,6 +159,86 @@ struct msghdr {
unsigned msg_flags;
};
+/* Ancillary data structures and cmsg macros are also hidden under __KERNEL__ */
+#ifndef CMSG_FIRSTHDR
+/*
+ * POSIX 1003.1g - ancillary data object information
+...