-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
76 additions
and
45 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
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,13 @@ | ||
diff --git a/graalpython/com.oracle.graal.python.cext/lzma/config.h b/graalpython/com.oracle.graal.python.cext/lzma/config.h | ||
index 0d1d0704f7..f96f33f045 100644 | ||
--- a/graalpython/com.oracle.graal.python.cext/lzma/config.h | ||
+++ b/graalpython/com.oracle.graal.python.cext/lzma/config.h | ||
@@ -108,7 +108,7 @@ | ||
#define STDC_HEADERS 1 | ||
#define TUKLIB_CPUCORES_SCHED_GETAFFINITY 1 | ||
#define TUKLIB_FAST_UNALIGNED_ACCESS 1 | ||
-#define TUKLIB_PHYSMEM_SYSCONF 1 | ||
+#define TUKLIB_PHYSMEM_SYSCTL 1 | ||
#define VERSION "5.2.6" | ||
#ifndef _DARWIN_USE_64_BIT_INODE | ||
# define _DARWIN_USE_64_BIT_INODE 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