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/select/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/select.c')
-rw-r--r--src/select/select.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/select.c b/src/select/select.c
index b3946635..12322718 100644
--- a/src/select/select.c
+++ b/src/select/select.c
@@ -6,7 +6,7 @@ int select(int n, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv)
{
int r;
CANCELPT_BEGIN;
- r = syscall5(__NR_select, n, (long)rfds, (long)wfds, (long)efds, (long)tv);
+ r = syscall(SYS_select, n, rfds, wfds, efds, tv);
CANCELPT_END;
return r;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月15日 00:01:34 +0000

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