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:
Justine Tunney 2023-05-09 23:09:00 -07:00
parent a0237a017c
commit 86d9323a43
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
#include "libc/sysv/macros.internal.h"
.scall sys_getrandom,0x85b007a3321f493e,0x116,globl,hidden
.scall sys_getrandom,0xfff007a3321f493e,0x116,globl,hidden