aboutsummaryrefslogtreecommitdiff
path: root/ft_read.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_read.s')
-rw-r--r--ft_read.s4
1 files changed, 2 insertions, 2 deletions
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