lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | @ These lines with @ are omitted from the generated output. |
| 2 | @ This file gives the initial contents of gnu/stubs.h, to which |
| 3 | @ all the #define __stub_foo lines get appended by the makefile rule. |
| 4 | @ |
| 5 | /* This file is automatically generated. |
| 6 | It defines a symbol `__stub_FUNCTION' for each function |
| 7 | in the C library which is a stub, meaning it will fail |
| 8 | every time called, usually setting errno to ENOSYS. */ |
| 9 | |
| 10 | #ifdef _LIBC |
| 11 | #error Applications may not define the macro _LIBC |
| 12 | #endif |
| 13 | |
| 14 | @ Placeholder line so we remember to keep the preceding blank line here. |