aosp12/external/strace/printsiginfo.h

7 lines
143 B
C
Raw Normal View History

2023-01-09 17:11:35 +08:00
#ifndef STRACE_PRINTSIGINFO_H
#define STRACE_PRINTSIGINFO_H
extern void printsiginfo(const siginfo_t *);
#endif /* !STRACE_PRINTSIGINFO_H */