diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-06-29 10:18:16 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-06-29 10:18:16 +0000 |
commit | d6d7b57b9b3ed1ae85d0c7166c8286350a094e1a (patch) | |
tree | 5affb59cbc47e5b5ec4eb1f29d3ea550874e178a /netware | |
parent | 44c021d851957fde6ed5e9b9681bebfb2436ba37 (diff) | |
download | php-git-d6d7b57b9b3ed1ae85d0c7166c8286350a094e1a.tar.gz |
NetWare LibC itself has popen/pclose functionality so removing this
Diffstat (limited to 'netware')
-rw-r--r-- | netware/pipe.h | 11 |
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); |