]> Cypherpunks repositories - gostls13.git/commit
internal/syscall/unix: don't define libc_getentropy_trampoline on ios
authorIan Lance Taylor <iant@golang.org>
Mon, 31 Jul 2023 18:13:35 +0000 (11:13 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 8 Aug 2023 04:43:24 +0000 (04:43 +0000)
commit87fe5faffca1bce0db513a3c1bb640ccf6a04bc7
treecd0440a89627da74daa767d12bb888746c66622d
parent3393155abf77e460fe661ffccb0b21c500290613
internal/syscall/unix: don't define libc_getentropy_trampoline on ios

It is only used on Darwin. This fixes "go vet" on ios.

Fixes #61667

Change-Id: Iaf00fcee5d89eb8e454f75bb1c0ea62c3950b684
Reviewed-on: https://go-review.googlesource.com/c/go/+/514495
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
src/internal/syscall/unix/asm_darwin.s
src/internal/syscall/unix/getentropy_darwin.s [new file with mode: 0644]