From a2887f2772e70a589141ab27c29a0b324260ce76 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 23 Dec 2022 05:06:54 -0700 Subject: Revert "Revert "Inline strlcat(), strlcpy()"" This reverts commit 81620fbedd5f5cb87f240d7809dc669cd60d0139. The original commit was wrongly blamed for breakage, when it was the harness parallelism that was at fault; since fixed, mostly. --- proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 5b32d50faa..869bd52d2a 100644 --- a/proto.h +++ b/proto.h @@ -5543,13 +5543,13 @@ Perl_PerlSock_socket_cloexec(pTHX_ int domain, int type, int protocol) #endif /* defined(HAS_SOCKET) */ #if !defined(HAS_STRLCAT) -PERL_CALLCONV Size_t +STATIC Size_t Perl_my_strlcat(char *dst, const char *src, Size_t size); # define PERL_ARGS_ASSERT_MY_STRLCAT #endif /* !defined(HAS_STRLCAT) */ #if !defined(HAS_STRLCPY) -PERL_CALLCONV Size_t +STATIC Size_t Perl_my_strlcpy(char *dst, const char *src, Size_t size); # define PERL_ARGS_ASSERT_MY_STRLCPY -- cgit v1.2.1