mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
NetWare LibC itself pipe/popen/pclose implementation
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user