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-08-24 15:32:44 +02:00
parent 9803f86a3a
commit f0339bc92c

View File

@ -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