summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/x86_64/getsockname.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/x86_64/getsockname.S')
-rw-r--r--mdk-stage1/dietlibc/x86_64/getsockname.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/x86_64/getsockname.S b/mdk-stage1/dietlibc/x86_64/getsockname.S
new file mode 100644
index 000000000..1ea0bc000
--- /dev/null
+++ b/mdk-stage1/dietlibc/x86_64/getsockname.S
@@ -0,0 +1,3 @@
+#include "syscalls.h"
+
+syscall(getsockname, getsockname);