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
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unistd/faccessat.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/faccessat.c b/src/unistd/faccessat.c
index 0256d60f..6a88097d 100644
--- a/src/unistd/faccessat.c
+++ b/src/unistd/faccessat.c
@@ -37,7 +37,7 @@ int faccessat(int fd, const char *filename, int amode, int flag)
if (pipe(p)) return __syscall_ret(-EBUSY);
struct ctx c = { .fd = fd, .filename = filename, .amode = amode, .p = p[1] };
- __block_app_sigs(&set);
+ __block_all_sigs(&set);
ret = __clone(checker, stack+sizeof stack, 0, &c);
__syscall(SYS_close, p[1]);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 18:06:39 +0000

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