This file is indexed.

/usr/lib/gcc-lib/m68hc11/3.3.6-m68hc1x-20060122/include/varargs.h is in gcc-m68hc1x 1:3.3.6+3.1+dfsg-3.

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
#ifndef _VARARGS_H
#define _VARARGS_H

#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."

#endif