[glibc] branch glibc-2.26 updated (0d06c86 -> 70480d3)

2017-10-02 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch glibc-2.26 in repository glibc. from 0d06c86 hurd: Fix missing patch files new 70480d3 hurd: disable hidden only in rtld The 1 revisions listed above as "new" are entirely

[glibc] branch glibc-2.26 updated (b871bbf -> 0d06c86)

2017-10-02 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a change to branch glibc-2.26 in repository glibc. from b871bbf hurd: Fix remaining linknamespace issues new 005380c hurd: yes I wrote these patches new 0d06c86 hurd: Fix missing

[glibc] 01/01: hurd: disable hidden only in rtld

2017-10-02 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.26 in repository glibc. commit 70480d3f15e2ad374674a939f7fd74a958ed3f1d Author: Samuel Thibault Date: Mon Oct 2 23:57:48 2017 + hurd: disable

[glibc] 02/02: hurd: Fix missing patch files

2017-10-02 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.26 in repository glibc. commit 0d06c86911722ff5f38ea03b1798c29cfab38ef7 Author: Samuel Thibault Date: Mon Oct 2 23:56:20 2017 + hurd: Fix

[glibc] 01/02: hurd: yes I wrote these patches

2017-10-02 Thread Samuel Thibault
This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch glibc-2.26 in repository glibc. commit 005380caa2d9e5b46652da78a20cec0c529fa08d Author: Samuel Thibault Date: Wed Sep 27 23:22:53 2017 + hurd: yes I

Bug#877493: errno == 2 when starting a new process

2017-10-02 Thread Carlo Arenas
Package: libc6 Source: glibc Version: 2.24-11+deb9u1 likely also triggered in other ways (eventhough masked when using a dso), but the following seems to be an easy way to replicate : $ echo -e '#include \n#include \nint main() {printf("%d\\n", errno); }' > t.c $ gcc -static -o t t.c $./t