Skip to content

Commit 2fa48d0

Browse files
committed
wip-export
1 parent 987add3 commit 2fa48d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

loader/llext_exports.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ EXPORT_SYMBOL(strchr);
2626
EXPORT_SYMBOL(strcat);
2727
EXPORT_SYMBOL(memmove);
2828
EXPORT_SYMBOL(exit);
29-
EXPORT_SYMBOL(_exit);
29+
FORCE_EXPORT_SYM(_exit);
30+
EXPORT_SYMBOL(stdin);
31+
EXPORT_SYMBOL(stdout);
32+
EXPORT_SYMBOL(stderr);
3033

3134
EXPORT_SYMBOL(k_malloc);
3235
EXPORT_SYMBOL(k_free);

0 commit comments

Comments
 (0)