xref: /aosp_15_r20/external/igt-gpu-tools/lib/stubs/syscalls/README (revision d83cc019efdc2edc6c4b16e9034a3ceb8d35d77c)
1*d83cc019SAndroid Build Coastguard WorkerThis directory contains stub implementations for syscalls missing from libc.
2*d83cc019SAndroid Build Coastguard WorkerThis provides a way to build IGT on an old system, but it will not run
3*d83cc019SAndroid Build Coastguard Workercorrectly if the kernel is missing the functionality provided. In order to
4*d83cc019SAndroid Build Coastguard Workeradd a new definition, follow the same directory hierarchy as the standard
5*d83cc019SAndroid Build Coastguard Workerlocation in which the header is defined so we don't have to clutter the
6*d83cc019SAndroid Build Coastguard Workercodebase to support old systems.
7