From 167217bec15c9c7aa70ba2a3dc9c689b3cd91872 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 May 2001 14:19:32 +0000 Subject: import new version of dietlibc --- mdk-stage1/dietlibc/syscalls.s/open.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/dietlibc/syscalls.s/open.S') diff --git a/mdk-stage1/dietlibc/syscalls.s/open.S b/mdk-stage1/dietlibc/syscalls.s/open.S index 11cfecd4a..280efd0d9 100644 --- a/mdk-stage1/dietlibc/syscalls.s/open.S +++ b/mdk-stage1/dietlibc/syscalls.s/open.S @@ -1,3 +1,3 @@ #include "syscalls.h" -syscall(open,open) +syscall_weak(open,open,__libc_open) -- cgit v1.2.1