summaryrefslogtreecommitdiff
path: root/arch/ppc/bits/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/bits/socket.h')
-rw-r--r--arch/ppc/bits/socket.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/ppc/bits/socket.h b/arch/ppc/bits/socket.h
deleted file mode 100644
index c464ed90..00000000
--- a/arch/ppc/bits/socket.h
+++ /dev/null
@@ -1,10 +0,0 @@
-struct msghdr
-{
- void *msg_name;
- socklen_t msg_namelen;
- struct iovec *msg_iov;
- int msg_iovlen;
- void *msg_control;
- socklen_t msg_controllen;
- int msg_flags;
-};