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.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/dietlibc/alpha/connect.S b/mdk-stage1/dietlibc/alpha/connect.S
index da3675760..c191ca808 100644
--- a/mdk-stage1/dietlibc/alpha/connect.S
+++ b/mdk-stage1/dietlibc/alpha/connect.S
@@ -1,4 +1,3 @@
#include "syscalls.h"
-.weak __libc_connect
-syscall(connect,connect)
+syscall_weak(connect,connect,__libc_connect)