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 10:49:44 -06:00
2015-02-16 14:29:43 -06:00
2015-02-16 14:29:43 -06:00
2020-05-08 07:20:49 -06:00
2015-02-16 14:29:43 -06:00
2019-01-09 14:26:51 -06:00
2015-02-16 14:29:43 -06:00