xref: /aosp_15_r20/external/strace/printsiginfo.h (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1 #ifndef STRACE_PRINTSIGINFO_H
2 #define STRACE_PRINTSIGINFO_H
3 
4 extern void printsiginfo(const siginfo_t *);
5 
6 #endif /* !STRACE_PRINTSIGINFO_H */
7