Rename strlen.c strnlen.c to strlen.cpp strnlen.cpp.

No changes in the files themselves in this commit.
This commit is contained in:
Fredrik Holmqvist 2011-12-29 15:38:23 +01:00
parent 981c729bdc
commit 55cf69968f
5 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ local librootSources =
driver_settings.cpp driver_settings.cpp
$(strlSources) $(strlSources)
strnlen.c strnlen.cpp
KMessage.cpp KMessage.cpp
; ;
@ -93,7 +93,7 @@ BuildPlatformStaticLibraryPIC libroot_build_function_remapper.a :
SEARCH on [ FGristFiles driver_settings.cpp ] SEARCH on [ FGristFiles driver_settings.cpp ]
= [ FDirName $(HAIKU_TOP) src system libroot os ] ; = [ FDirName $(HAIKU_TOP) src system libroot os ] ;
SEARCH on [ FGristFiles $(strlSources) strnlen.c ] SEARCH on [ FGristFiles $(strlSources) strnlen.cpp ]
= [ FDirName $(HAIKU_TOP) src system libroot posix string ] ; = [ FDirName $(HAIKU_TOP) src system libroot posix string ] ;
SEARCH on [ FGristFiles KMessage.cpp ] SEARCH on [ FGristFiles KMessage.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel messaging ] ; = [ FDirName $(HAIKU_TOP) src system kernel messaging ] ;

View File

@ -109,12 +109,12 @@ KernelMergeObject kernel_lib_posix.o :
strerror.c strerror.c
strlcat.c strlcat.c
strlcpy.c strlcpy.c
strlen.c strlen.cpp
strncat.c strncat.c
strncmp.c strncmp.c
strncpy.c strncpy.c
strndup.cpp strndup.cpp
strnlen.c strnlen.cpp
strpbrk.c strpbrk.c
strrchr.c strrchr.c
strspn.c strspn.c

View File

@ -33,7 +33,7 @@ MergeObject posix_string.o :
strncmp.c strncmp.c
strncpy.c strncpy.c
strndup.cpp strndup.cpp
strnlen.c strnlen.cpp
strpbrk.c strpbrk.c
strrchr.c strrchr.c
strspn.c strspn.c