]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow the pseudo-errnos to be returned as well in boot loader
authorWarner Losh <imp@FreeBSD.org>
Fri, 28 Aug 2020 17:49:56 +0000 (17:49 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 25 Aug 2021 17:17:42 +0000 (12:17 -0500)
commit26a28a789aa7d3041a4cf961526da2e6404fc1ac
treef4181ea0ee4d93531e1a6abe0f7edb368716334e
parentf251abcdfe15836186c69a2b279255e077a45277
Allow the pseudo-errnos to be returned as well in boot loader

Expose the pseudo-errno values in _STANDALONE is defined so that code
in the boot loader can make use of them. Nothing uses them today, but
the zstd support that's coming will need them.

(cherry picked from commit 0c35b860913807d4937098d5238c5f4363fb6362)
sys/sys/errno.h