aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/faccessat.c
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-28 17:55:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-28 17:55:11 +0000
commit135479828ae5b5b628f9577315e4c2da18127d46 (patch)
tree4150e0846b45cab2ae3d8a9dec42bd9b4ffd4845 /src/unistd/faccessat.c
parent1e637368af9f3c0c77b9567db425f7ae904a69a9 (diff)
parentaa59d7880b1194c821029d464f93561a2600d57e (diff)
downloadmusl-build-tools-release.tar.gz
Snap for 11641499 from aa59d7880b1194c821029d464f93561a2600d57e to build-tools-releasebuild-tools-release
Change-Id: I37cc8cffb333afc17beb88903577ae2f1273089c
Diffstat (limited to 'src/unistd/faccessat.c')
-rw-r--r--src/unistd/faccessat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/faccessat.c b/src/unistd/faccessat.c
index 557503eb..43052dd7 100644
--- a/src/unistd/faccessat.c
+++ b/src/unistd/faccessat.c
@@ -53,7 +53,7 @@ int faccessat(int fd, const char *filename, int amode, int flag)
if (pid<0 || __syscall(SYS_read, p[0], &ret, sizeof ret) != sizeof(ret))
ret = -EBUSY;
__syscall(SYS_close, p[0]);
- __syscall(SYS_wait4, pid, &status, __WCLONE, 0);
+ __sys_wait4(pid, &status, __WCLONE, 0);
__restore_sigs(&set);