Blame include/stubs-prologue.h

Packit 6c4009
@ These lines with @ are omitted from the generated output.
Packit 6c4009
@ This file gives the initial contents of gnu/stubs.h, to which
Packit 6c4009
@ all the #define __stub_foo lines get appended by the makefile rule.
Packit 6c4009
@
Packit 6c4009
/* This file is automatically generated.
Packit 6c4009
   It defines a symbol `__stub_FUNCTION' for each function
Packit 6c4009
   in the C library which is a stub, meaning it will fail
Packit 6c4009
   every time called, usually setting errno to ENOSYS.  */
Packit 6c4009
Packit 6c4009
#ifdef _LIBC
Packit 6c4009
 #error Applications may not define the macro _LIBC
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
@ Placeholder line so we remember to keep the preceding blank line here.