Kernel: Force strlen compilation so BAN can use it
This commit is contained in:
6
kernel/kernel/build_libc.cpp
Normal file
6
kernel/kernel/build_libc.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <string.h>
|
||||
|
||||
void foo()
|
||||
{
|
||||
strlen("");
|
||||
}
|
||||
Reference in New Issue
Block a user