From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48509 invoked by alias); 1 Dec 2019 21:22:47 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 48499 invoked by uid 89); 1 Dec 2019 21:22:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited 0/2] hurd: Fix some ld.so overrides from libc Date: Sun, 01 Dec 2019 21:22:00 -0000 Message-Id: <20191201212239.1176527-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-12/txt/msg00014.txt.bz2 ld.so symbols to be overriden by libc need to be extern to really get overriden. Samuel Thibault (2): hurd: Fix ld.so __getcwd override from libc hurd: Fix ld.so __access override from libc include/unistd.h | 6 ++++-- io/access.c | 1 + io/getcwd.c | 1 + sysdeps/mach/hurd/Versions | 12 ++++++------ sysdeps/mach/hurd/access.c | 1 + sysdeps/mach/hurd/getcwd.c | 1 + sysdeps/mach/hurd/i386/localplt.data | 4 ++-- sysdeps/posix/getcwd.c | 1 + sysdeps/unix/sysv/linux/access.c | 1 + sysdeps/unix/sysv/linux/getcwd.c | 1 + 10 files changed, 19 insertions(+), 10 deletions(-) -- 2.24.0