aboutsummaryrefslogtreecommitdiff
path: root/src/unix/UnixSocket.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix/UnixSocket.hx')
-rw-r--r--src/unix/UnixSocket.hx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unix/UnixSocket.hx b/src/unix/UnixSocket.hx
new file mode 100644
index 0000000..1e5cea2
--- /dev/null
+++ b/src/unix/UnixSocket.hx
@@ -0,0 +1,8 @@
+package unix;
+
+/*
+ This is a dummy file.
+
+ See UnixSocket.<target>.hx for the actual implementation for each target.
+*/
+class UnixSocket {}