Skip to content

Commit 987add3

Browse files
committed
wip-export
1 parent 095ee0c commit 987add3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

loader/llext_exports.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ EXPORT_SYMBOL(strlen);
2525
EXPORT_SYMBOL(strchr);
2626
EXPORT_SYMBOL(strcat);
2727
EXPORT_SYMBOL(memmove);
28+
EXPORT_SYMBOL(exit);
29+
EXPORT_SYMBOL(_exit);
2830

2931
EXPORT_SYMBOL(k_malloc);
3032
EXPORT_SYMBOL(k_free);
@@ -195,7 +197,6 @@ FORCE_EXPORT_SYM(close);
195197
FORCE_EXPORT_SYM(accept);
196198
FORCE_EXPORT_SYM(bind);
197199
FORCE_EXPORT_SYM(listen);
198-
EXPORT_SYMBOL(exit);
199200
FORCE_EXPORT_SYM(inet_pton);
200201
FORCE_EXPORT_SYM(sendto);
201202
FORCE_EXPORT_SYM(recvfrom);

0 commit comments

Comments
 (0)