You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
402 B
7 lines
402 B
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.
|