haiku_loader: add memchr to the list of imported libroot objects
* libfdt uses memchr, so add this function from the libroot objects (cherry picked from my sam460ex branch)
This commit is contained in:
parent
9803f86a3a
commit
f0339bc92c
@ -6,6 +6,7 @@ local librootFunctions =
|
|||||||
LocaleData.o
|
LocaleData.o
|
||||||
qsort.o
|
qsort.o
|
||||||
kernel_vsprintf.o
|
kernel_vsprintf.o
|
||||||
|
memchr.o
|
||||||
memcmp.o
|
memcmp.o
|
||||||
memmove.o
|
memmove.o
|
||||||
strdup.o
|
strdup.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user