mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
e65592599c
This makes it possible to call syscall.Getpid() on Linux, for example. These syscalls never return an error so don't need any error checking.