/etc/latrace.d/headers/wait.h is in latrace 0.5.11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /* /usr/include/sys/wait.h */
typedef u_int __WAIT_STATUS;
typedef u_int idtype_t;
typedef u_int __id_t;
__pid_t wait(__WAIT_STATUS stat_loc);
__pid_t waitpid(__pid_t pid, int *stat_loc, int options);
int waitid(idtype_t idtype, __id_t id, void *infop, int options);
__pid_t wait3(__WAIT_STATUS stat_loc, int options, void *usage);
__pid_t wait4(__pid_t pid, __WAIT_STATUS stat_loc, int options, void *usage);
|