You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2018. It is now read-only.
test/test-pipe-sendmsg.c: In function 'run_test_pipe_sendmsg':
test/test-pipe-sendmsg.c:126:6: error: 'struct msghdr' has no member named 'msg_flags'
test/test-pipe-sendmsg.c:128:6: error: 'struct msghdr' has no member named 'msg_control'
test/test-pipe-sendmsg.c:129:6: error: 'struct msghdr' has no member named 'msg_controllen'
test/test-pipe-sendmsg.c:130:3: error: 'struct msghdr' has no member named 'msg_controllen'
test/test-pipe-sendmsg.c:132:8: warning: assignment makes pointer from integer without a cast [enabled by default]
test/test-pipe-sendmsg.c:135:23: error: 'struct msghdr' has no member named 'msg_controllen'
test/test-pipe-sendmsg.c:139:16: warning: initialization makes pointer from integer without a cast [enabled by default]
Apparently defining _XOPEN_SOURCE to something < 500 would solve it, but I guess we don't currently set it to 500 just because, there must be a reason.