From 463ee0b2acbd047c27e8b5393cdd8398881824c5 Mon Sep 17 00:00:00 2001 From: Larry Wall Date: Wed, 10 Nov 1993 00:00:00 +0000 Subject: perl 5.0 alpha 4 [editor's note: the sparc executables have not been included, and emacs backup files have been removed. This was reconstructed from a tarball found on the September 1994 InfoMagic CD; the date of this is approximate] --- ext/posix/POSIX.xs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/posix/POSIX.xs (limited to 'ext/posix/POSIX.xs') diff --git a/ext/posix/POSIX.xs b/ext/posix/POSIX.xs new file mode 100644 index 0000000000..5918199cd8 --- /dev/null +++ b/ext/posix/POSIX.xs @@ -0,0 +1,10 @@ +#include "EXTERN.h" +#include "perl.h" +#include "XSUB.h" + +MODULE = POSIX PACKAGE = POSIX + +FILE * +fdopen(fildes, type) + fd fildes + char * type -- cgit v1.2.1