diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-11-29 13:17:31 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-12-14 09:22:40 +0100 |
commit | b6c36746cf4d7234615a50c042561bf21daa51a7 (patch) | |
tree | 907603ccbf4be7eedc9d6d790e0752c37171d613 /perlio.h | |
parent | 476161f6df66100c5d0786092b0320bded84031b (diff) | |
download | perl-b6c36746cf4d7234615a50c042561bf21daa51a7.tar.gz |
Remove the BeOS port.
BeOS was an operating system for personal computers developed by Be Inc,
initially for their BeBox hardware. The OS Haiku was written as an open source
replacement/continuation for BeOS, and its perl port is current and actively
maintained.
The BeOS port has not been updated since 2004.
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |