We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d963b3f commit 3b012b9Copy full SHA for 3b012b9
ext/sockets/conversions.c
@@ -1,3 +1,8 @@
1
+#ifdef __sun
2
+/* to enable 'new' ancillary data layout instead */
3
+#define __EXTENSIONS__
4
+#define _XPG4_2
5
+#endif
6
#include "sockaddr_conv.h"
7
#include "conversions.h"
8
#include "sendrecvmsg.h" /* for ancillary registry */
ext/sockets/sendrecvmsg.c
@@ -14,6 +14,11 @@
14
+----------------------------------------------------------------------+
15
*/
16
17
18
19
20
21
22
#include <php.h>
23
#include "php_sockets.h"
24
#include "sendrecvmsg.h"
0 commit comments