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:43:23 +01:00
parent 981c729bdc
commit 55cf69968f
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ local librootSources =
driver_settings.cpp
$(strlSources)
strnlen.c
strnlen.cpp
KMessage.cpp
;
@@ -93,7 +93,7 @@ BuildPlatformStaticLibraryPIC libroot_build_function_remapper.a :
SEARCH on [ FGristFiles driver_settings.cpp ]
= [ 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 ] ;
SEARCH on [ FGristFiles KMessage.cpp ]
= [ FDirName $(HAIKU_TOP) src system kernel messaging ] ;
+2 -2
View File
@@ -109,12 +109,12 @@ KernelMergeObject kernel_lib_posix.o :
strerror.c
strlcat.c
strlcpy.c
strlen.c
strlen.cpp
strncat.c
strncmp.c
strncpy.c
strndup.cpp
strnlen.c
strnlen.cpp
strpbrk.c
strrchr.c
strspn.c
+1 -1
View File
@@ -33,7 +33,7 @@ MergeObject posix_string.o :
strncmp.c
strncpy.c
strndup.cpp
strnlen.c
strnlen.cpp
strpbrk.c
strrchr.c
strspn.c