This file is indexed.

/etc/latrace.d/headers/misc.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
/* miscelaneous functions */

int __libc_start_main(void *main, int argc, void *ubp_av, void *auxvec, void *init, void *fini, void *rtld_fini);

/* /usr/include/sys/utsname.h */
int uname(void *name);

/* /usr/include/sched.h */
int clone(void *fn, void *child_stack, int flags, void *arg);