From patchwork Sat Nov 10 13:44:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 995876 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-97128-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="LRV6VwQA"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42sdYL5HJ0z9s8r for ; Sun, 11 Nov 2018 00:44:37 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; q=dns; s=default; b=Yuy IUkiPMPq8otFE+eTErcbMzyAyNuKeiraSi5fjoU/qSNY3P43n1dhKCoGV3VMxlNO BHcbN+WZ8cT/BM/6e3E0nfFo29/yH8YRiZSzxumkh0RmqJj3YchRXYtyQ+N9j0fY 6K4J/zCMdPgpyF4otLiFkfW11eo0vR7R5/waH8HM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; s=default; bh=M594ouKZz mWOPPMr/LustJr2nuw=; b=LRV6VwQAChfZydMPJj41aOsrvbWtVGi2jZY537epL TUOIG0G79aqvcGn1fnJw6ipjqME15lsrPFPmqYhwVj/uPs+z04NbL8TyifAFfnjO ew5UniCinbm4el3sxjQ+hJfi4he3YBrIhMPzIKeqXKnAjVJIYg/L4GMFS8EJJmEg Bg= Received: (qmail 112765 invoked by alias); 10 Nov 2018 13:44:31 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 112754 invoked by uid 89); 10 Nov 2018 13:44:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.2 spammy=glibc_2.27, GLIBC_2.27, Hx-languages-length:1632, glibc_227 X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] Hurd: export _hurd_port_move Date: Sat, 10 Nov 2018 14:44:25 +0100 Message-Id: <20181110134425.24710-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 * hurd/Versions (_hurd_port_move): Export function. * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect symbol. --- ChangeLog | 3 +++ hurd/Versions | 4 ++++ sysdeps/mach/hurd/i386/libc.abilist | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8546c2d336..ae5b4a136d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ * hurd/hurd/port.h (_hurd_port_move): New function. * sysdeps/mach/hurd/spawni.c (NEW_ULINK_TABLE): New macro. (EXPAND_DTABLE): Use NEW_ULINK_TABLE macro for ulink_dtable. + * hurd/Versions (_hurd_port_move): Export function. + * sysdeps/mach/hurd/i386/libc.abilist (_hurd_port_move): Expect + symbol. 2018-11-09 Martin Sebor diff --git a/hurd/Versions b/hurd/Versions index af6a0e45de..b6508e03c6 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -136,6 +136,10 @@ libc { __hurd_threadvar_location; _hurd_userlink_link; _hurd_userlink_unlink; _hurd_userlink_clear; } + GLIBC_2.29 { + # "quasi-internal" functions + _hurd_port_move; + } HURD_CTHREADS_0.3 { # weak refs to libthreads functions that libc calls iff libthreads in use diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist index 62674e9ba7..d4c4a91c84 100644 --- a/sysdeps/mach/hurd/i386/libc.abilist +++ b/sysdeps/mach/hurd/i386/libc.abilist @@ -2038,6 +2038,7 @@ GLIBC_2.27 wcstof64x_l F GLIBC_2.28 fcntl64 F GLIBC_2.28 renameat2 F GLIBC_2.28 statx F +GLIBC_2.29 _hurd_port_move F GLIBC_2.29 posix_spawn_file_actions_addchdir_np F GLIBC_2.3 __ctype_b_loc F GLIBC_2.3 __ctype_tolower_loc F