Gregory Nutt 154a87993f fs/vfs/fd_open.c: fs_fdopen() must not set errno
Functions within the OS must never set the errno value.  fs_fdopen() was setting the errno value.  Now, after some parameter changes, it reports errors via a negated errno integer return value as do most all other internal OS functions.
2020-05-23 15:22:09 +08:00
..
2020-05-14 07:53:15 -06:00
2019-12-31 09:26:14 -06:00
2020-01-02 10:54:43 -06:00
2020-01-02 10:54:43 -06:00
2020-05-14 07:53:15 -06:00