This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.27 in repository glibc.
commit 2a407826d0600bd8cd0e6948a095a60be002f583 Author: Samuel Thibault <[email protected]> Date: Sat Jan 6 01:34:38 2018 +0000 hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix build --- debian/changelog | 2 ++ debian/patches/hurd-i386/git-jmp_buf-macros.h.diff | 20 ++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index d3828db..d0ec9c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ glibc (2.26.9000+20180105.a6d0afb5-0experimental1) UNRELEASED; urgency=medium [ Samuel Thibault ] * debian/patches/hurd-i386/submitted-net.diff: rebased. * debian/patches/hurd-i386/unsubmitted-prof-eintr.diff: rebased. + * debian/patches/hurd-i386/git-jmp_buf-macros.h.diff: New patch to fix + build. -- Aurelien Jarno <[email protected]> Fri, 05 Jan 2018 22:08:07 +0100 diff --git a/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff b/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff new file mode 100644 index 0000000..f47fdbe --- /dev/null +++ b/debian/patches/hurd-i386/git-jmp_buf-macros.h.diff @@ -0,0 +1,20 @@ +commit 5e814a15ca2b9434159dddf7bbe57c002fac079b +Author: Samuel Thibault <[email protected]> +Date: Sat Jan 6 02:27:44 2018 +0100 + + hurd: Add jmp_buf-macros.h + + * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file. + +diff --git a/sysdeps/mach/hurd/i386/jmp_buf-macros.h b/sysdeps/mach/hurd/i386/jmp_buf-macros.h +new file mode 100644 +index 0000000000..834f5fb243 +--- /dev/null ++++ b/sysdeps/mach/hurd/i386/jmp_buf-macros.h +@@ -0,0 +1,6 @@ ++#define JMP_BUF_SIZE 32 ++#define SIGJMP_BUF_SIZE 32 ++#define JMP_BUF_ALIGN 4 ++#define SIGJMP_BUF_ALIGN 4 ++#define MASK_WAS_SAVED_OFFSET 24 ++#define SAVED_MASK_OFFSET 28 diff --git a/debian/patches/series b/debian/patches/series index 5ce52e5..e0601ce 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -183,3 +183,4 @@ any/local-bootstrap-headers.diff any/submitted-resolv-unaligned.diff any/submitted-intl-tstgettext.diff any/local-cudacc-float128.diff +hurd-i386/git-jmp_buf-macros.h.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

