summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/perlio.h b/perlio.h
index 78a52f321d..7b5adbd345 100644
--- a/perlio.h
+++ b/perlio.h
@@ -64,11 +64,6 @@
*/
#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