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:
François Revol
2012-11-04 16:40:15 +01:00
parent 9803f86a3a
commit f0339bc92c
+1
View File
@@ -6,6 +6,7 @@ local librootFunctions =
LocaleData.o
qsort.o
kernel_vsprintf.o
memchr.o
memcmp.o
memmove.o
strdup.o