Files
Android11/external/strace/printsiginfo.h
2023-10-13 14:01:41 +00:00

7 lines
143 B
C

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