Adding strndup.cpp to kernel_lib_posix. Introduced for having a safe way

duplicating firmware names in firmware_get() of the freebsd compat layer.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Colin Günther 2010-01-01 22:05:45 +00:00
parent f42efbcd26
commit ac20a24e6f

View File

@ -102,6 +102,7 @@ KernelMergeObject kernel_lib_posix.o :
strncat.c
strncmp.c
strncpy.c
strndup.cpp
strnlen.c
strpbrk.c
strrchr.c