summaryrefslogtreecommitdiffstats
path: root/development/sbcl/glibc-2.26.patch
diff options
context:
space:
mode:
author Matteo Bernardini2018-07-14 08:59:53 +0200
committer Matteo Bernardini2018-07-14 08:59:53 +0200
commit2194bf7de6fa57724c0f8757fa60de9c573ce71e (patch)
tree2674f18e6d9d562d590839970e47269f5c16c877 /development/sbcl/glibc-2.26.patch
parentd1e56f2b54fe666905a90fd592495606a4ae9abe (diff)
downloadslackbuilds-current-20180714.1.tar.gz
20180714.1 global branch merge.current-20180714.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/sbcl/glibc-2.26.patch')
-rw-r--r--development/sbcl/glibc-2.26.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/sbcl/glibc-2.26.patch b/development/sbcl/glibc-2.26.patch
new file mode 100644
index 0000000000..3df2b03958
--- /dev/null
+++ b/development/sbcl/glibc-2.26.patch
@@ -0,0 +1,13 @@
+--- a/src/runtime/x86-64-linux-os.h.ORIG 2017-08-31 11:40:51.000000000 +0200
++++ b/src/runtime/x86-64-linux-os.h 2017-08-31 18:56:10.447100144 +0200
+@@ -1,7 +1,9 @@
+ #ifndef _X86_64_LINUX_OS_H
+ #define _X86_64_LINUX_OS_H
+
+-typedef struct ucontext os_context_t;
++#include <sys/ucontext.h>
++
++typedef struct ucontext_t os_context_t;
+ typedef long os_context_register_t;
+
+ static inline os_context_t *arch_os_get_context(void **void_context)