Skip to content

Commit 1a7e581

Browse files
committed
getrandom syscall is not supported
This was introduced in musl 1.1.20.
1 parent 851c4d5 commit 1a7e581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def get_files(self):
678678
'gethostbyname2_r.c', 'gethostbyname_r.c', 'gethostbyname2.c',
679679
'alarm.c', 'syscall.c', '_exit.c', 'popen.c',
680680
'getgrouplist.c', 'initgroups.c', 'wordexp.c', 'timer_create.c',
681-
'faccessat.c', 'fopencookie.c', 'getentropy.c',
681+
'faccessat.c', 'fopencookie.c', 'getentropy.c', 'getrandom.c',
682682
# 'process' exclusion
683683
'fork.c', 'vfork.c', 'posix_spawn.c', 'execve.c', 'waitid.c', 'system.c',
684684
'fexecve.c', '_Fork.c',

0 commit comments

Comments
 (0)