tinygo/src/syscall
Ayke van Laethem cbaa58a2d9 all: change //go:export to //export
This is the kind that is used in Go (actually CGo) for exporting
functions. I think it's best to use //export instead of our custom
//go:export pragma, for consistency (they are equivalent in TinyGo).
Therefore I've updated all instances to the standard format (except for
two that are updated in https://github.com/tinygo-org/tinygo/pull/1024).

No smoke tests changed (when comparing the output hash), except for some
wasm tests that include DWARF debug info and tend to be flaky anyway.
2020-04-05 16:16:57 +02:00
..
errno.go darwin: use custom syscall pkg that uses libsystem 2019-04-05 09:53:51 +02:00
str.go all: pretend to be linux/arm in baremetal targets 2019-03-23 22:58:26 +01:00
syscall.go Add implementation for os.Exit and syscall.Exit 2019-06-12 19:04:34 +02:00
syscall_baremetal.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00
syscall_darwin.go all: change //go:export to //export 2020-04-05 16:16:57 +02:00
syscall_libc.go all: change //go:export to //export 2020-04-05 16:16:57 +02:00
tables_baremetal.go all: use baremetal build tag 2019-08-04 17:12:07 +02:00