From: Jarkko Hietaniemi Date: Mon, 29 Oct 2001 13:13:09 +0000 (+0000) Subject: Forgot from #12756. X-Git-Tag: accepted/trunk/20130322.191538~29679 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a15cca792d1ce9a15f65cc4b2a944d33ac91e82;p=platform%2Fupstream%2Fperl.git Forgot from #12756. p4raw-id: //depot/perl@12757 --- 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