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; ade83d370b7186df458fb5'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ldc.scm
AgeCommit message (Expand)Author
2017-01-29gnu: Add dub....Danny Milosavljevic
2017-01-28gnu: Add ldc@1.1.0-beta6....Muriithi Frederick Muriuki
2016-11-25gnu: Add missing module import to (gnu packages ldc)....Leo Famulari
2016-11-25gnu: ldc: Update to 0.17.2....Danny Milosavljevic
2016-09-13gnu: ldc: Fix build failure....Danny Milosavljevic
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2016-02-23gnu: Add rdmd....Roel Janssen
2016-01-06gnu: ldc: Fix license....Ludovic Courtès
2016-01-05gnu: Add LDC....Roel Janssen