summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-06-29 10:18:16 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-06-29 10:18:16 +0000
commitd6d7b57b9b3ed1ae85d0c7166c8286350a094e1a (patch)
tree5affb59cbc47e5b5ec4eb1f29d3ea550874e178a /netware
parent44c021d851957fde6ed5e9b9681bebfb2436ba37 (diff)
downloadphp-git-d6d7b57b9b3ed1ae85d0c7166c8286350a094e1a.tar.gz
NetWare LibC itself has popen/pclose functionality so removing this
Diffstat (limited to 'netware')
-rw-r--r--netware/pipe.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/netware/pipe.h b/netware/pipe.h
deleted file mode 100644
index a54c8bf915..0000000000
--- a/netware/pipe.h
+++ /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);