From 6b8c02a9cf4ac36e42d07c668a2be27d2bf1a733 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 23 Nov 2014 16:43:08 +0100 Subject: fix typo --- userspace/sys/syscalls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/sys') diff --git a/userspace/sys/syscalls.c b/userspace/sys/syscalls.c index 314492f..25c48b0 100644 --- a/userspace/sys/syscalls.c +++ b/userspace/sys/syscalls.c @@ -116,7 +116,7 @@ int stat(const char *file, struct stat *st) return syscall(SYSCALL_STAT,file,st,0); } -int ltat(const char *file, struct stat *st) +int lstat(const char *file, struct stat *st) { return syscall(SYSCALL_LSTAT,file,st,0); } -- cgit v1.2.3