Skip to content
Unverified Commit a2045e02 authored by aszlig's avatar aszlig
Browse files

libstdc++5: Add patch to fix type for ucontext_t

Since glibc 2.26, struct ucontext no longer exists but is wrapped in a
typedef ucontext_t.

This is basically a backport of the patch to gcc version 4.5 which was
introduced by @vcunat in f04b64c1

.

Building against x86_64-linux and i686-linux now succeeds.

Signed-off-by: default avataraszlig <aszlig@nix.build>
Cc: @abbradar
parent 4cb8c5dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment