diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-29 13:13:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-29 13:13:09 +0000 |
commit | 2a15cca792d1ce9a15f65cc4b2a944d33ac91e82 (patch) | |
tree | cd6d1e41780ab7c66ee71ab20d2d80d7b08fd163 /perlio.h | |
parent | 4804698df23ab9bb884327f879909cb15925bda5 (diff) | |
download | perl-2a15cca792d1ce9a15f65cc4b2a944d33ac91e82.tar.gz |
Forgot from #12756.
p4raw-id: //depot/perl@12757
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ */ #include <stdio.h> +#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 |