summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-19 07:01:24 -0700
committerYves Orton <demerphq@gmail.com>2022-12-22 10:41:29 +0100
commit5be23dd97e360d19c8abb4c0c534f5d5f9d3691a (patch)
tree3555db66ba869b166984acbfeea2885970ef9746 /embed.fnc
parent90db462d956d162f0cca9c42a47d34e60496e603 (diff)
downloadperl-5be23dd97e360d19c8abb4c0c534f5d5f9d3691a.tar.gz
Inline strlcat(), strlcpy()
These short functions are reasonably frequently used.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index d4c6b5850b..fe66907b97 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -3780,11 +3780,11 @@ FXpoT |I32 |xs_handshake |const U32 key|NN void * v_my_perl\
|NN const char * file| ...
Xp |void |xs_boot_epilog |const I32 ax
#ifndef HAS_STRLCAT
-ApTd |Size_t |my_strlcat |NULLOK char *dst|NULLOK const char *src|Size_t size
+AsTd |Size_t |my_strlcat |NULLOK char *dst|NULLOK const char *src|Size_t size
#endif
#ifndef HAS_STRLCPY
-ApTd |Size_t |my_strlcpy |NULLOK char *dst|NULLOK const char *src|Size_t size
+AsTd |Size_t |my_strlcpy |NULLOK char *dst|NULLOK const char *src|Size_t size
#endif
#ifndef HAS_STRNLEN