bae272fe22
This patch simply eliminates that glibc specific macro from all header files which contain no public callable functions. After all, if user code can't link to them, then protection from C++ name mangling is unnecessary. [ we also remove any related '#include <features.h>' ] Signed-off-by: Jim Warner <james.warner@comcast.net>
7 lines
109 B
C
7 lines
109 B
C
#ifndef PROCPS_PROC_WCHAN_H
|
|
#define PROCPS_PROC_WCHAN_H
|
|
|
|
extern const char * lookup_wchan (int pid);
|
|
|
|
#endif
|