From 94d61d8aaee7a3df0dc1f055e27e0f4484cb3ffa Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Jan 2020 15:47:21 +0100 Subject: Linux version without '_' prefix --- ft_read.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ft_read.s') diff --git a/ft_read.s b/ft_read.s index 00718e8..14824f5 100644 --- a/ft_read.s +++ b/ft_read.s @@ -10,10 +10,10 @@ ; ; ; **************************************************************************** ; -global _ft_read +global ft_read ; int ft_read(int, void*, size_t); -_ft_read: +ft_read: mov rax, 0x2000003 syscall ret -- cgit