android13/external/igt-gpu-tools/lib/stubs/syscalls
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
sys initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

README

This directory contains stub implementations for syscalls missing from libc.
This provides a way to build IGT on an old system, but it will not run
correctly if the kernel is missing the functionality provided. In order to
add a new definition, follow the same directory hierarchy as the standard
location in which the header is defined so we don't have to clutter the
codebase to support old systems.