X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlsfio.h;h=d0f6471659ca577db5965fa138d320237fe6baa2;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=00568d1d598156d129a4eb51bc9bcbcb11f537e3;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlsfio.h b/perlsfio.h index 00568d1..d0f6471 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -3,6 +3,11 @@ #include #endif +/* sfio 2000 changed _stdopen to _stdfdopen */ +#if SFIO_VERSION >= 20000101L +#define _stdopen _stdfdopen +#endif + extern Sfio_t* _stdopen _ARG_((int, const char*)); extern int _stdprintf _ARG_((const char*, ...));