mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Remove sys_getrandom() on NetBSD
This fixes an apparent regression caused by
3f0bcdc3ef
where getrandom() on NetBSD 9.2
doesn't appear to work; ktrace oddly reports:
1446 1 .ape CALL #91 (unimplemented getdopt)
1446 1 .ape RET #91 (unimplemented getdopt) -1 errno 78
Function not implemented
1446 1 .ape PSIG SIGSYS SIG_DFL: code=SI_NOINFO
This commit is contained in:
parent
a0237a017c
commit
86d9323a43
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#include "libc/sysv/macros.internal.h"
|
||||
.scall sys_getrandom,0x85b007a3321f493e,0x116,globl,hidden
|
||||
.scall sys_getrandom,0xfff007a3321f493e,0x116,globl,hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue