NetWare LibC itself has popen/pclose functionality so removing this

This commit is contained in:
Anantha Kesari H Y 2005-06-29 10:18:16 +00:00
parent 44c021d851
commit d6d7b57b9b

View File

@ -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);