diff options
Diffstat (limited to 'lib/libc/include/sparcv9-linux-gnu/gnu')
| -rw-r--r-- | lib/libc/include/sparcv9-linux-gnu/gnu/lib-names.h | 16 | ||||
| -rw-r--r-- | lib/libc/include/sparcv9-linux-gnu/gnu/stubs-32.h | 26 | ||||
| -rw-r--r-- | lib/libc/include/sparcv9-linux-gnu/gnu/stubs.h | 12 |
3 files changed, 54 insertions, 0 deletions
diff --git a/lib/libc/include/sparcv9-linux-gnu/gnu/lib-names.h b/lib/libc/include/sparcv9-linux-gnu/gnu/lib-names.h new file mode 100644 index 0000000000..ad6471507a --- /dev/null +++ b/lib/libc/include/sparcv9-linux-gnu/gnu/lib-names.h @@ -0,0 +1,16 @@ +/* This file is automatically generated. + It defines macros to allow user program to find the shared + library files which come as part of GNU libc. */ +#ifndef __GNU_LIB_NAMES_H +#define __GNU_LIB_NAMES_H 1 + +#include <bits/wordsize.h> + +#if __WORDSIZE == 32 +# include <gnu/lib-names-32.h> +#endif +#if __WORDSIZE == 64 +# include <gnu/lib-names-64.h> +#endif + +#endif /* gnu/lib-names.h */
\ No newline at end of file diff --git a/lib/libc/include/sparcv9-linux-gnu/gnu/stubs-32.h b/lib/libc/include/sparcv9-linux-gnu/gnu/stubs-32.h new file mode 100644 index 0000000000..cab3cfc760 --- /dev/null +++ b/lib/libc/include/sparcv9-linux-gnu/gnu/stubs-32.h @@ -0,0 +1,26 @@ +/* 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_chflags +#define __stub_fattach +#define __stub_fchflags +#define __stub_fdetach +#define __stub_getmsg +#define __stub_getpmsg +#define __stub_gtty +#define __stub_lchmod +#define __stub_pkey_alloc +#define __stub_pkey_free +#define __stub_putmsg +#define __stub_putpmsg +#define __stub_revoke +#define __stub_setlogin +#define __stub_sigreturn +#define __stub_sstk +#define __stub_stty
\ No newline at end of file diff --git a/lib/libc/include/sparcv9-linux-gnu/gnu/stubs.h b/lib/libc/include/sparcv9-linux-gnu/gnu/stubs.h new file mode 100644 index 0000000000..120171a87a --- /dev/null +++ b/lib/libc/include/sparcv9-linux-gnu/gnu/stubs.h @@ -0,0 +1,12 @@ +/* This file is automatically generated. + This file selects the right generated file of `__stub_FUNCTION' macros + based on the architecture being compiled for. */ + +#include <bits/wordsize.h> + +#if __WORDSIZE == 32 +# include <gnu/stubs-32.h> +#endif +#if __WORDSIZE == 64 +# include <gnu/stubs-64.h> +#endif
\ No newline at end of file |
