diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 06:38:27 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-12 06:38:27 +0000 |
commit | 8d9b2e3c6958e5856b03a00694b8ae02817ed002 (patch) | |
tree | 6b5b5a6975f7c34b624d3d8f3e27155d400cbdbc /win32/win32iop.h | |
parent | 52128c7bef3f076ac01499c67c282a95011ff34a (diff) | |
download | perl-8d9b2e3c6958e5856b03a00694b8ae02817ed002.tar.gz |
various tweaks for PERL_OBJECT build & test
p4raw-id: //depot/perl@1450
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r-- | win32/win32iop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h index a83ebd57ac..cf2bd75db5 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -74,7 +74,7 @@ DllExport int win32_stat(const char *name,struct stat *sbufptr); DllExport int win32_pipe( int *phandles, unsigned int psize, int textmode ); DllExport FILE* win32_popen( const char *command, const char *mode ); DllExport int win32_pclose( FILE *pf); -DllExport int win32_rename( const char *oldname, const char *newname); +DllExport int win32_rename( const char *oname, const char *newname); DllExport int win32_setmode( int fd, int mode); DllExport long win32_lseek( int fd, long offset, int origin); DllExport long win32_tell( int fd); |