strace/printsiginfo.h

7 lines
160 B
C
Raw Normal View History

#ifndef STRACE_PRINTSIGINFO_H
#define STRACE_PRINTSIGINFO_H
extern void printsiginfo(struct tcb *tcp, const siginfo_t *);
#endif /* !STRACE_PRINTSIGINFO_H */