procps/include/procio.h
Jim Warner 06afd10525 procio: remove glibc dependency & make a proper header
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>
2018-05-06 07:19:38 +10:00

7 lines
120 B
C

#ifndef PROCPS_PROC_PROCIO_H
#define PROCPS_PROC_PROCIO_H
FILE *fprocopen(const char *path, const char *mode);
#endif