procps/proc/wchan.h

13 lines
160 B
C
Raw Normal View History

2002-12-09 07:00:07 +00:00
#ifndef PROCPS_PROC_WCHAN_H
#define PROCPS_PROC_WCHAN_H
#include <features.h>
2002-12-09 07:00:07 +00:00
__BEGIN_DECLS
2002-12-09 07:00:07 +00:00
extern const char * lookup_wchan (int pid);
2002-12-09 07:00:07 +00:00
__END_DECLS
2002-12-09 07:00:07 +00:00
#endif