This file is indexed.

/usr/include/xenomai/posix/syslog.h is in libxenomai-dev 2.6.2.1-2ubuntu2.

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
18
19
#ifndef SYSLOG_H
#define SYSLOG_H

#include <stdarg.h>
#include_next <syslog.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

void __real_syslog(int priority, const char *fmt, ...);

void __real_vsyslog(int priority, const char *fmt, va_list ap);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* SYSLOG_H */