X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlio.h;h=3c0234ebca9935e5bc1d96df28036f0314bc3179;hb=3de3f243803f0137ba3b3c90aff49200f1481a3d;hp=381367d1dc0a28f3274d67f58a9f210e113f82f7;hpb=3a1ee7e89ce6793a321c9c259b0464c3f464c5ce;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlio.h b/perlio.h index 381367d..3c0234e 100644 --- a/perlio.h +++ b/perlio.h @@ -54,6 +54,11 @@ */ #include +#ifdef __BEOS__ +int fseeko(FILE *stream, off_t offset, int whence); +off_t ftello(FILE *stream); +#endif + #if defined(USE_64_BIT_STDIO) && defined(HAS_FTELLO) && !defined(USE_FTELL64) #define ftell ftello #endif