musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stat/lstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/lstat.c')
-rw-r--r--src/stat/lstat.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat/lstat.c b/src/stat/lstat.c
index 3b22e620..9053d998 100644
--- a/src/stat/lstat.c
+++ b/src/stat/lstat.c
@@ -4,7 +4,7 @@
int lstat(const char *path, struct stat *buf)
{
- return syscall2(__NR_lstat, (long)path, (long)buf);
+ return syscall(SYS_lstat, path, buf);
}
LFS64(lstat);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月22日 15:30:09 +0000

AltStyle によって変換されたページ (->オリジナル) /