Skip to content

Commit 39d5adb

Browse files
committed
getrandom syscall is not supported
This was introduced in musl 1.1.20.
1 parent 77a1964 commit 39d5adb

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
@@ -691,7 +691,7 @@ def get_files(self):
691691
'gethostbyname2_r.c', 'gethostbyname_r.c', 'gethostbyname2.c',
692692
'alarm.c', 'syscall.c', '_exit.c', 'popen.c',
693693
'getgrouplist.c', 'initgroups.c', 'wordexp.c', 'timer_create.c',
694-
'faccessat.c', 'fopencookie.c', 'getentropy.c',
694+
'faccessat.c', 'fopencookie.c', 'getentropy.c', 'getrandom.c',
695695
# 'process' exclusion
696696
'fork.c', 'vfork.c', 'posix_spawn.c', 'posix_spawnp.c', 'execve.c', 'waitid.c', 'system.c',
697697
'fexecve.c', '_Fork.c',

0 commit comments

Comments
 (0)