mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
This reverts commit bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc, reversing changes made to 7015d84e0ca6f02fede45621571084df98dda712. This is missing quite a few headers
21 lines
605 B
C
21 lines
605 B
C
/* This file is automatically generated.
|
|
It defines a symbol `__stub_FUNCTION' for each function
|
|
in the C library which is a stub, meaning it will fail
|
|
every time called, usually setting errno to ENOSYS. */
|
|
|
|
#ifdef _LIBC
|
|
#error Applications may not define the macro _LIBC
|
|
#endif
|
|
|
|
#define __stub___compat_create_module
|
|
#define __stub___compat_get_kernel_syms
|
|
#define __stub___compat_query_module
|
|
#define __stub_chflags
|
|
#define __stub_fchflags
|
|
#define __stub_gtty
|
|
#define __stub_lchmod
|
|
#define __stub_revoke
|
|
#define __stub_setlogin
|
|
#define __stub_sigreturn
|
|
#define __stub_sstk
|
|
#define __stub_stty |