Commit 1a9bdc4
refactor: adjust definition of
The definition for the analogous `time_t` was using the exact same C
type as that declared in the "bottom half" of the WASI upstream C
library implementation.
On the other hand, the `off_t` type was explicitly declaring the type as
a signed 64-bit integer, which is equivalent in the case of WASI to the
upstream definition as a `c_longlong`. Still, this patch attempts to
reflect a mirrored definition, rather than an equivalent definition.off_t in wasi1 parent e34c8b6 commit 1a9bdc4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments