summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/alpha/connect.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/alpha/connect.S')
-rw-r--r--mdk-stage1/dietlibc/alpha/connect.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/alpha/connect.S b/mdk-stage1/dietlibc/alpha/connect.S
new file mode 100644
index 000000000..da3675760
--- /dev/null
+++ b/mdk-stage1/dietlibc/alpha/connect.S
@@ -0,0 +1,4 @@
+#include "syscalls.h"
+
+.weak __libc_connect
+syscall(connect,connect)