06afd10525
Duplicate that <libio.h> change made in master branch. While we're at it, let's remove an unnecessary include from procio.h and reflect in its single prototype what those 'const char *' params are really supposed to be. Signed-off-by: Jim Warner <james.warner@comcast.net>
7 lines
120 B
C
7 lines
120 B
C
#ifndef PROCPS_PROC_PROCIO_H
|
|
#define PROCPS_PROC_PROCIO_H
|
|
|
|
FILE *fprocopen(const char *path, const char *mode);
|
|
|
|
#endif
|