Rename strlen.c strnlen.c to strlen.cpp strnlen.cpp.
No changes in the files themselves in this commit.
This commit is contained in:
parent
981c729bdc
commit
55cf69968f
@ -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 ] ;
|
||||
|
@ -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
|
||||
|
@ -33,7 +33,7 @@ MergeObject posix_string.o :
|
||||
strncmp.c
|
||||
strncpy.c
|
||||
strndup.cpp
|
||||
strnlen.c
|
||||
strnlen.cpp
|
||||
strpbrk.c
|
||||
strrchr.c
|
||||
strspn.c
|
||||
|
Loading…
Reference in New Issue
Block a user