This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.24 in repository glibc.
commit f5a61c1b7e2e48f403365f69264e5bd897ee0eca Author: Samuel Thibault <[email protected]> Date: Wed Jul 6 22:51:03 2016 +0200 hurd: expose __register_atfork patches/hurd-i386/cvs-register_atfork.diff: New patch --- debian/changelog | 2 ++ debian/patches/hurd-i386/cvs-register_atfork.diff | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45b7eaf..af6ef7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ glibc (2.23.90+20160507.87523e9-2) UNRELEASED; urgency=medium malloc_setstate. * testsuite-xfail-debian.mk: Update hurd-i386 testsuite results, no actual regression. + * patches/hurd-i386/cvs-register_atfork.diff: New patch to expose + __register_atfork. [ Aurelien Jarno ] * debian/testsuite-xfail-debian.mk: allow conform/XPG3/sys/stat.h diff --git a/debian/patches/hurd-i386/cvs-register_atfork.diff b/debian/patches/hurd-i386/cvs-register_atfork.diff new file mode 100644 index 0000000..d374603 --- /dev/null +++ b/debian/patches/hurd-i386/cvs-register_atfork.diff @@ -0,0 +1,18 @@ +Index: glibc-2.23.90+20160507.87523e9/libpthread/Versions +=================================================================== +--- glibc-2.23.90+20160507.87523e9.orig/libpthread/Versions ++++ glibc-2.23.90+20160507.87523e9/libpthread/Versions +@@ -35,10 +35,12 @@ libc { + pthread_self; pthread_setcancelstate; pthread_setcanceltype; + __pthread_get_cleanup_stack; + } ++ GLIBC_2.24 { ++ __register_atfork; ++ } + GLIBC_PRIVATE { + __libc_alloca_cutoff; + __libc_pthread_init; +- __register_atfork; + } + } + diff --git a/debian/patches/series b/debian/patches/series index a4389ea..ffc3f63 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -138,6 +138,7 @@ hurd-i386/tg-faccessat.diff hurd-i386/tg-eintr.diff hurd-i386/cvs-PTR_MANGLE.diff hurd-i386/submitted-malloc-setstate.diff +hurd-i386/cvs-register_atfork.diff i386/local-biarch.diff i386/local-cmov.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

