You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/sbcl/files/sbcl-1.4.9-gcc-10.patch

14 lines
453 B

https://bugs.gentoo.org/777582
https://src.fedoraproject.org/rpms/sbcl/blob/rawhide/f/sbcl-1.4.14-gcc10.patch
--- a/src/runtime/linux-os.c
+++ b/src/runtime/linux-os.c
@@ -64,7 +64,7 @@ int personality (unsigned long);
#include <sys/personality.h>
#endif
-size_t os_vm_page_size;
+//size_t os_vm_page_size;
#if defined(LISP_FEATURE_SB_THREAD) && defined(LISP_FEATURE_SB_FUTEX) && !defined(LISP_FEATURE_SB_PTHREAD_FUTEX)
#include <sys/syscall.h>