forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NixOS#236927 from tobim/pkgs/clisp-update
clisp: 2.49 -> 2.50pre2023-01-12; 2.50pre20171114 -> remove
- Loading branch information
Showing
6 changed files
with
63 additions
and
167 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
pkgs/development/interpreters/clisp/bits_ipctypes_to_sys_ipc.patch
This file was deleted.
Oops, something went wrong.
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/src/gllib/vma-iter.c b/src/gllib/vma-iter.c | ||
index 6045f21d7..d50a3a398 100644 | ||
--- a/src/gllib/vma-iter.c | ||
+++ b/src/gllib/vma-iter.c | ||
@@ -1327,7 +1327,7 @@ vma_iterate (vma_iterate_callback_fn callback, void *data) | ||
In 64-bit processes, we could use vm_region_64 or mach_vm_region. | ||
I choose vm_region_64 because it uses the same types as vm_region, | ||
resulting in less conditional code. */ | ||
-# if defined __ppc64__ || defined __x86_64__ | ||
+# if defined __aarch64__ || defined __ppc64__ || defined __x86_64__ | ||
struct vm_region_basic_info_64 info; | ||
mach_msg_type_number_t info_count = VM_REGION_BASIC_INFO_COUNT_64; | ||
|
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
pkgs/development/interpreters/clisp/remove-cfree-binding.patch
This file was deleted.
Oops, something went wrong.
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