]> granicus.if.org Git - php/commitdiff
NetWare LibC itself pipe/popen/pclose implementation
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 10:17:02 +0000 (10:17 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 10:17:02 +0000 (10:17 +0000)
netware/pipe.h [deleted file]

diff --git a/netware/pipe.h b/netware/pipe.h
deleted file mode 100644 (file)
index a54c8bf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-/* pipe related function declarations */
-
-/*#include <unistd.h>*/
-#include <proc.h>
-#include <fcntl.h>
-#include <sys/select.h>
-
-
-FILE* popen(const char* command, const char* mode);
-int pclose(FILE* stream);