-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glibc: add changes to make riscv64-linux-gnu works
- Loading branch information
1 parent
919a3ba
commit 1768948
Showing
6 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define NO_INITFINI 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* 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_bdflush | ||
#define __stub___compat_create_module | ||
#define __stub___compat_get_kernel_syms | ||
#define __stub___compat_query_module | ||
#define __stub___compat_uselib | ||
#define __stub_chflags | ||
#define __stub_fchflags | ||
#define __stub_fedisableexcept | ||
#define __stub_feenableexcept | ||
#define __stub_fegetexcept | ||
#define __stub_gtty | ||
#define __stub_revoke | ||
#define __stub_setlogin | ||
#define __stub_sigreturn | ||
#define __stub_stty |