X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=src%2Ffcntl%2Fopenat.c;h=ad165ec323f77ac3c91b91573f46a3a5802af6c3;hb=e95538fa07d2b460b25ee6c2fef05f820888776d;hp=e741336c6f5587d3c4e8db596b41e48f73601a3b;hpb=e146e6035fecea080fb17450db3c8bb44d36e07d;p=musl diff --git a/src/fcntl/openat.c b/src/fcntl/openat.c index e741336c..ad165ec3 100644 --- a/src/fcntl/openat.c +++ b/src/fcntl/openat.c @@ -1,7 +1,6 @@ #include #include #include "syscall.h" -#include "libc.h" int openat(int fd, const char *filename, int flags, ...) { @@ -17,4 +16,4 @@ int openat(int fd, const char *filename, int flags, ...) return syscall_cp(SYS_openat, fd, filename, flags|O_LARGEFILE, mode); } -LFS64(openat); +weak_alias(openat, openat64);