X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ea34f6bdec386db6b5e951fae85f430965078a86..abe1abcfb267758acc51af14494e2e293b2fd873:/unixish.h diff --git a/unixish.h b/unixish.h index a3985e1..5b57138 100644 --- a/unixish.h +++ b/unixish.h @@ -125,11 +125,11 @@ #ifdef __amigaos4__ int afstat(int fd, struct stat *statb); -# define Fstat(fd,bufptr) afstat((fd),(bufptr)) +# define Fstat(fd,bufptr) afstat((fd),(bufptr)) #endif #ifndef Fstat -# define Fstat(fd,bufptr) fstat((fd),(bufptr)) +# define Fstat(fd,bufptr) fstat((fd),(bufptr)) #endif #define Fflush(fp) fflush(fp)