summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-07-02 08:03:55 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-07-02 08:03:55 +0000
commitcc978de4c5e9383a8106611484052d22627e1df7 (patch)
treecc8c55e633728ba8f48fa340a50ae81dda851e26 /util.c
parent9e3d8f29de8216bbb5f2b86fcffdc18329e8c1c7 (diff)
downloadperl-cc978de4c5e9383a8106611484052d22627e1df7.tar.gz
rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
naming discipline win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing because of this) fix a warning about "fd" being used without being set in Cwd.xs p4raw-id: //depot/perl@11067
Diffstat (limited to 'util.c')
-rw-r--r--util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.c b/util.c
index 1ab05e667c..4b96250bf7 100644
--- a/util.c
+++ b/util.c
@@ -3614,7 +3614,7 @@ return FALSE
(dp->d_name[1] == '.' && dp->d_name[2] == '\0')))
/*
-=for apidoc sv_getcwd
+=for apidoc getcwd_sv
Fill the sv with current working directory
@@ -3630,7 +3630,7 @@ Fill the sv with current working directory
* back into. */
int
-Perl_sv_getcwd(pTHX_ register SV *sv)
+Perl_getcwd_sv(pTHX_ register SV *sv)
{
#ifndef PERL_MICRO