mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
NetWare LibC itself has popen/pclose functionality so removing this
This commit is contained in:
parent
44c021d851
commit
d6d7b57b9b
@ -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);
|
Loading…
Reference in New Issue
Block a user