This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5191delta: deep recursion warnings (07b2687d2/#118521)
[perl5.git] / perlio.h
index 78a52f3..7b5adbd 100644 (file)
--- a/perlio.h
+++ b/perlio.h
  */
 #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