Since we are patching strncpy.c change it over to strncpy.cpp.
This commit is contained in:
@@ -112,7 +112,7 @@ KernelMergeObject kernel_lib_posix.o :
|
|||||||
strlen.cpp
|
strlen.cpp
|
||||||
strncat.c
|
strncat.c
|
||||||
strncmp.c
|
strncmp.c
|
||||||
strncpy.c
|
strncpy.cpp
|
||||||
strndup.cpp
|
strndup.cpp
|
||||||
strnlen.cpp
|
strnlen.cpp
|
||||||
strpbrk.c
|
strpbrk.c
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ MergeObject posix_string.o :
|
|||||||
strlwr.c
|
strlwr.c
|
||||||
strncat.c
|
strncat.c
|
||||||
strncmp.c
|
strncmp.c
|
||||||
strncpy.c
|
strncpy.cpp
|
||||||
strndup.cpp
|
strndup.cpp
|
||||||
strnlen.cpp
|
strnlen.cpp
|
||||||
strpbrk.c
|
strpbrk.c
|
||||||
|
|||||||
Reference in New Issue
Block a user