add pkey_{mprotect,alloc,free} syscalls from linux v4.9
[musl] / arch / x86_64 / bits / socket.h
index a90c4ca..a4c89f3 100644 (file)
@@ -1,5 +1,4 @@
-struct msghdr
-{
+struct msghdr {
        void *msg_name;
        socklen_t msg_namelen;
        struct iovec *msg_iov;
@@ -9,8 +8,7 @@ struct msghdr
        int msg_flags;
 };
 
-struct cmsghdr
-{
+struct cmsghdr {
        socklen_t cmsg_len;
        int __pad1;
        int cmsg_level;