summaryrefslogtreecommitdiff
path: root/os/windows/posix/include/sys/un.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/windows/posix/include/sys/un.h')
-rw-r--r--os/windows/posix/include/sys/un.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/windows/posix/include/sys/un.h b/os/windows/posix/include/sys/un.h
deleted file mode 100644
index e418c6dd..00000000
--- a/os/windows/posix/include/sys/un.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef SYS_UN_H
-#define SYS_UN_H
-
-typedef int sa_family_t;
-typedef int in_port_t;
-
- struct sockaddr_un
- {
- sa_family_t sun_family; /* Address family */
- char sun_path[260]; /* Socket pathname */
-};
-
-#endif /* SYS_UN_H */