Fix build failure with glibc 2.26. Patch copied from upstream source repository: https://sourceware.org/git/?p=valgrind.git;a=commit;h=2b5eab6a8db1b0487a3ad7fc4e7eeda6d3513626 diff --git a/memcheck/tests/linux/stack_changes.c b/memcheck/tests/linux/stack_changes.c index a978fc2..7f97b90 100644 --- a/memcheck/tests/linux/stack_changes.c +++ b/memcheck/tests/linux/stack_changes.c @@ -10,7 +10,7 @@ // This test is checking the libc context calls (setcontext, etc.) and // checks that Valgrind notices their stack changes properly. -typedef struct ucontext mycontext; +typedef ucontext_t mycontext; mycontext ctx1, ctx2, oldc; int count; 28aeb90596fa06d97eed67cc'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kawa.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2020-04-14gnu: kawa: Update to 3.1.1....* gnu/packages/kawa.scm (kawa): Update to 3.1.1. Tobias Geerinckx-Rice
2020-04-14gnu: kawa: Wrap to find java....* gnu/packages/kawa.scm (kawa)[arguments]: Add ‘wrap-kawa’ phase to set JAVA_HOME. Tobias Geerinckx-Rice
2019-06-13gnu: Add Kawa....* gnu/packages/kawa.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Carlo Zancanaro