diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-10 08:51:26 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-02-11 08:10:20 +0000 |
commit | 1d5f8e8e6ae4cf57194522cabded39fe7371c9da (patch) | |
tree | 196458448a0dae0bc8e70d1d473069b1069d22ea | |
parent | 0bcc29e72bad67486863beeedf2d515e2be3665d (diff) | |
download | perl-1d5f8e8e6ae4cf57194522cabded39fe7371c9da.tar.gz |
Remove duplicate declaration of win32_stat from win32/win32iop.h
The same declaration appears slightly higher up in the same file.
-rw-r--r-- | win32/win32iop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h index 9b1b4e242a..842bc073be 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -130,7 +130,6 @@ DllExport int win32_putenv(const char *name); DllExport unsigned win32_sleep(unsigned int); DllExport int win32_times(struct tms *timebuf); DllExport unsigned win32_alarm(unsigned int sec); -DllExport int win32_stat(const char *path, Stat_t *buf); DllExport char* win32_longpath(char *path); DllExport char* win32_ansipath(const WCHAR *path); DllExport int win32_ioctl(int i, unsigned int u, char *data); |