This file is indexed.

/usr/m68k-linux-gnu/include/linux/memfd.h is in linux-libc-dev-m68k-cross 4.9.25-1cross1.

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

/* flags for memfd_create(2) (unsigned int) */
#define MFD_CLOEXEC		0x0001U
#define MFD_ALLOW_SEALING	0x0002U

#endif /* _LINUX_MEMFD_H */