1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/sbcl/musl-fixes.patch
Will Sinatra ab9ce10828 testing/sbcl: upgrade to 1.5.4, adopt
Removing <signal.h> from musl-fixes.patch allows SBCL to compile correctly. Added myself as the maintainer.
2019-07-25 10:57:33 -03:00

12 lines
493 B
Diff

diff -upr sbcl-1.3.1.orig/src/runtime/linux-os.h sbcl-1.3.1/src/runtime/linux-os.h
--- sbcl-1.3.1.orig/src/runtime/linux-os.h 2016-04-05 19:48:17.823336398 +0200
+++ sbcl-1.3.1/src/runtime/linux-os.h 2016-04-05 19:48:47.117967857 +0200
@@ -24,7 +24,7 @@
#include <linux/version.h>
// Needs to be defined before including target-arch.h
-typedef caddr_t os_vm_address_t;
+typedef void *os_vm_address_t;
typedef size_t os_vm_size_t;
typedef off_t os_vm_offset_t;
typedef int os_vm_prot_t;