Since we are patching strncpy.c change it over to strncpy.cpp.

This commit is contained in:
Fredrik Holmqvist
2012-04-25 18:47:42 +02:00
parent 7e87b73402
commit e5b4a1671d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ KernelMergeObject kernel_lib_posix.o :
strlen.cpp
strncat.c
strncmp.c
strncpy.c
strncpy.cpp
strndup.cpp
strnlen.cpp
strpbrk.c
+1 -1
View File
@@ -32,7 +32,7 @@ MergeObject posix_string.o :
strlwr.c
strncat.c
strncmp.c
strncpy.c
strncpy.cpp
strndup.cpp
strnlen.cpp
strpbrk.c