This file is indexed.

/usr/include/diet/errmsg_int.h is in libowfat-dietlibc-dev 0.29-4.

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
#include <stdarg.h>

void errmsg_puts(int fd,const char* s);
void errmsg_flush(int fd);
void errmsg_start(int fd);

void errmsg_write(int fd,const char* err,const char* message,va_list list);