diff options
author | Steve Peters <steve@fisharerojo.org> | 2006-07-10 11:28:24 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-07-10 11:28:24 +0000 |
commit | a6cc41194dbe50598d9f33497d88c8589cd7a8c0 (patch) | |
tree | b2660dbedb85b00f89e7a2f39dc13d7dea631713 /global.sym | |
parent | eeb9de022215ff745a61968bf9408965f4687655 (diff) | |
download | perl-a6cc41194dbe50598d9f33497d88c8589cd7a8c0.tar.gz |
Add Russ Allbery's public domain implementations of strlcat and
strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
Thanks Russ!
p4raw-id: //depot/perl@28525
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index c737e97170..4d2cb51753 100644 --- a/global.sym +++ b/global.sym @@ -721,4 +721,6 @@ Perl_my_sprintf Perl_my_snprintf Perl_my_vsnprintf Perl_my_cxt_init +Perl_my_strlcat +Perl_my_strlcpy # ex: set ro: |