-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some linux-specific musl headers (#17704)
We don't implement any of the functions declared in these headers, so there is not real use them, and I think it can be misleading to allow them to be included at compile time. See #17638
- Loading branch information
Showing
33 changed files
with
34 additions
and
1,074 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
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 |
---|---|---|
@@ -1,19 +1,6 @@ | ||
#undef __WORDSIZE | ||
#ifdef __wasm64__ | ||
#define __WORDSIZE 64 | ||
#else | ||
#define __WORDSIZE 32 | ||
#define EBX 0 | ||
#define ECX 1 | ||
#define EDX 2 | ||
#define ESI 3 | ||
#define EDI 4 | ||
#define EBP 5 | ||
#define EAX 6 | ||
#define DS 7 | ||
#define ES 8 | ||
#define FS 9 | ||
#define GS 10 | ||
#define ORIG_EAX 11 | ||
#define EIP 12 | ||
#define CS 13 | ||
#define EFL 14 | ||
#define UESP 15 | ||
#define SS 16 | ||
#endif |
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.