Files
Borys Popławski 3e9794a550 [PAL] Remove PAL_ERROR_ENDOFSTREAM
`PAL_ERROR_ENDOFSTREAM` was an error returned e.g. on end-of-file. Now
such case is denoted by returning `0` instead. All the previous code did
was just if around `PAL_ERROR_ENDOFSTREAM` everywhere and change it to
`0` and PAL actually just checked for `0` being returned from its
internal (including host-specific) functions and change it to
`PAL_ERROR_ENDOFSTREAM`.

Signed-off-by: Borys Popławski <borysp@invisiblethingslab.com>
2021-02-20 01:06:51 +01:00
..
2021-02-20 01:06:51 +01:00
2021-02-15 22:19:28 +01:00