X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp_sys.c;h=7770dc2730f1ee98ddfab41d946bc09da0006143;hb=fca1d8b34fac5a740ae67bc3b873bc01cd76a8a9;hp=7d0bb2da6f7c97bd00cb0d5c4c15091f33afe250;hpb=5711aeb8cae9f3935cd6755e745b5ee1ab3aa4b6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp_sys.c b/pp_sys.c index 7d0bb2d..7770dc2 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -297,7 +297,7 @@ S_emulate_eaccess(pTHX_ const char* path, Mode_t mode) return res; } -# define PERL_EFF_ACCESS(p,f) (emulate_eaccess(aTHX_ (p), (f))) +# define PERL_EFF_ACCESS(p,f) (S_emulate_eaccess(aTHX_ (p), (f))) #endif PP(pp_backtick)