This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch sid in repository glibc.
commit d9003f73af9cc7a337170f281c3cf9f2be148fd1 Author: Samuel Thibault <[email protected]> Date: Mon Apr 18 19:12:32 2016 +0000 refresh --- debian/patches/kfreebsd/submitted-auxv.diff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/patches/kfreebsd/submitted-auxv.diff b/debian/patches/kfreebsd/submitted-auxv.diff index c3c7533..c5d4e5e 100644 --- a/debian/patches/kfreebsd/submitted-auxv.diff +++ b/debian/patches/kfreebsd/submitted-auxv.diff @@ -17,9 +17,8 @@ https://sourceware.org/bugzilla/show_bug.cgi?id=15794 return GLRO(dl_hwcap2); +#endif - if (GLRO(dl_auxv)) + #ifdef HAVE_AUX_VECTOR for (p = GLRO(dl_auxv); p->a_type != AT_NULL; p++) - if (p->a_type == type) diff --git a/bits/auxv.h b/bits/auxv.h new file mode 100644 index 0000000..76701c3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

