]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: export the CMD_ constants in loader table
authorWarner Losh <imp@FreeBSD.org>
Wed, 14 Feb 2024 17:51:58 +0000 (10:51 -0700)
committerWarner Losh <imp@FreeBSD.org>
Wed, 14 Feb 2024 17:55:38 +0000 (10:55 -0700)
commit62a52c15422470f97fc7b311d89c83f910bcc1b1
treea276cc8c9ca4424a95fa9bcdcece6d75c9841469
parentcd147a2a024301a796f307c7bae686305d2bf302
loader: export the CMD_ constants in loader table

Export the CMD_OK, etc constants in the loader table. They are the
return values of loader.perform, etc.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D43821
stand/liblua/lutils.c