Files
tinygo/src
Elliott Sales de Andrade a680bfbb7a os: Use a uintptr for NewFile
This appears to have been how it is upstream for about 10 years. Using
an interface breaks if a file descriptor number is passed directly to
`NewFile`, e.g., `NewFile(3, "fuzz_in")` as used in Go 1.18 fuzzing
code.
2022-03-01 14:01:40 +01:00
..
2022-01-19 14:42:02 -05:00
2021-12-09 14:35:52 +01:00
2022-03-01 14:01:40 +01:00
2021-12-22 11:02:45 +01:00