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 bb66612Copy full SHA for bb66612
ext/sockets/conversions.c
@@ -1,3 +1,7 @@
1
+#ifdef __sun
2
+/* to enable 'new' ancillary data layout instead */
3
+# define _XPG4_2
4
+#endif
5
#include "sockaddr_conv.h"
6
#include "conversions.h"
7
#include "sendrecvmsg.h" /* for ancillary registry */
ext/sockets/sendrecvmsg.c
@@ -14,6 +14,10 @@
14
+----------------------------------------------------------------------+
15
*/
16
17
18
19
20
21
#include <php.h>
22
#include "php_sockets.h"
23
#include "sendrecvmsg.h"
0 commit comments