From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) by sourceware.org (Postfix) with ESMTPS id 6D58E385741F for ; Fri, 25 Jun 2021 12:36:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6D58E385741F Received: by mail-qk1-x72f.google.com with SMTP id q190so18873195qkd.2 for ; Fri, 25 Jun 2021 05:36:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=tgYCWp+IYr3ccagDoFc9nNho49lT2Njv2GKmxb62Jps=; b=nT74NLVA5Rfrv1SOrLXyqTadfuZHxIYS8x7vU1H2d/WVceEGGUf00XZaSAn5xLLIqF 5leMIiF2XsNcvqWGhlrWsQtLZteUM1xGZAcfHLcqWB1c5a8POQpFLk6Czi6LrgwWIVn7 n0c8zIJ16N/ErE3H58ItSHPS5569XWiutXLjMM7daL4U0vy2MjX6nRvsCXuGztGHpKoO Xs2HfB7JYjRalxJ9exCymnL7PuVKdHGm8Qi3tj0eUEbcP+xUcWhMXMafQkxGCwRxLgHK UHHPWaO50tO6lnRV/fsYK5LqVj2wzVzh9k5yGpI3n46LgHzgvUyJsac4cIlcAAvjBhSS YkwA== X-Gm-Message-State: AOAM530CYIjdR/LOT4DEpLx4DTKIdk3TXbH43tJs1m1UKe0tJkBsN+H4 OUvJkSEiyS75ppQDQ2IG4JT0TQOZj3xsOg== X-Google-Smtp-Source: ABdhPJzgyRKJXjKs3yHjgOiqfwiGXbcIXhUXbhFtxWL7E6zg1BfND6NZmayrK3BRNvoTVw8a/udsAg== X-Received: by 2002:a05:620a:2225:: with SMTP id n5mr11540237qkh.38.1624624602834; Fri, 25 Jun 2021 05:36:42 -0700 (PDT) Received: from [192.168.1.108] ([177.194.59.218]) by smtp.gmail.com with ESMTPSA id m3sm4944046qkh.135.2021.06.25.05.36.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 25 Jun 2021 05:36:42 -0700 (PDT) Subject: Re: [PATCH 14/34] Linux: Move aio_read, aio_read64 into libc To: Florian Weimer Cc: libc-alpha@sourceware.org References: <3abd31cd95798f188a2707bbc48237a85ba69fb6.1623956057.git.fweimer@redhat.com> <56080ba2-5008-c375-266c-34e72d93f286@linaro.org> <87h7hmfeyh.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella Message-ID: <9058b79f-cb50-21bd-c2b2-d0f32442f2cd@linaro.org> Date: Fri, 25 Jun 2021 09:36:40 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <87h7hmfeyh.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2021 12:36:46 -0000 On 25/06/2021 06:53, Florian Weimer wrote: > * Adhemerval Zanella: > >>> diff --git a/rt/Versions b/rt/Versions >>> index 1a0aa77fd0..6db40bebc4 100644 >>> --- a/rt/Versions >>> +++ b/rt/Versions >>> @@ -8,6 +8,8 @@ libc { >>> aio_error64; >>> aio_fsync; >>> aio_fsync64; >>> + aio_read; >>> + aio_read64; >>> %endif >>> } >>> GLIBC_2.2 { >>> @@ -23,6 +25,8 @@ libc { >>> aio_error64; >>> aio_fsync; >>> aio_fsync64; >>> + aio_read; >>> + aio_read64; >>> %endif >>> shm_open; >>> shm_unlink; >>> @@ -51,9 +55,9 @@ librt { >>> aio_fsync; >>> aio_fsync64; >>> aio_init; >>> -%endif >>> aio_read; >>> aio_read64; >>> +%endif >>> aio_return; >>> aio_return64; >>> aio_suspend; >> __WORDSIZE > >>> diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist b/sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist >>> index f4dd36f97b..2afa483191 100644 >>> --- a/sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist >>> +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist >>> @@ -1,5 +1,3 @@ >>> -GLIBC_2.1 aio_read F >>> -GLIBC_2.1 aio_read64 F >>> GLIBC_2.1 aio_return F >>> GLIBC_2.1 aio_return64 F >>> GLIBC_2.1 aio_suspend F >> >> __WORDSIZE > My mistake here, it should be 'Ok'.