From patchwork Thu Mar 28 00:07:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 32038 Received: (qmail 31777 invoked by alias); 28 Mar 2019 00:09:45 -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 31754 invoked by uid 89); 28 Mar 2019 00:09:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=2019-02-08, 20190208, Turn X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Thu, 28 Mar 2019 01:07:13 +0100 (CET) From: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <502883250.244918.1553731633883@poczta.nazwa.pl> In-Reply-To: <2125214367.244900.1553731263855@poczta.nazwa.pl> References: <1145232652.251039.1553687634758@poczta.nazwa.pl> <1deea3fa-c29b-7fdc-dde3-ba8a24fa2790@redhat.com> <606115628.59641.1553694745240@poczta.nazwa.pl> <6b50800e-2544-5f9f-29c6-21c9678e05d0@redhat.com> <2125214367.244900.1553731263855@poczta.nazwa.pl> Subject: [PATCH COMMITTED] ChangeLog: Correct more dates. MIME-Version: 1.0 --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b90af4b..19d3e90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1102,7 +1102,7 @@ (wait_tid): Adjust arguments and call futex_wait with ctid_val as assumed current value of ctid_ptr. -2019-02-15 Florian Weimer +2019-02-16 Florian Weimer Check that non-sysdeps headers have wrapper headers. * scripts/check-wrapper-headers.py: New file. @@ -1111,7 +1111,7 @@ * Rules (tests-special): Add check-wrapper-headers.out. (check-wrapper-headers.out): New target. -2019-02-15 Florian Weimer +2019-02-16 Florian Weimer Add missing header wrappers under include/. * include/ar.h: New file. @@ -1134,7 +1134,7 @@ * include/sys/vfs.h: Likewise. * include/wait.h: Likewise. -2019-02-15 Florian Weimer +2019-02-16 Florian Weimer * nptl_db/proc_service.h: Move to ... * sysdeps/nptl/proc_service.h: ... here. @@ -1465,7 +1465,7 @@ Likewise. * sysdeps/unix/sysv/linux/tst-setgetname.c (gettid): Remove. -2019-02-07 Florian Weimer +2019-02-08 Florian Weimer * rt/clock-compat.c (COMPAT_REDIRECT): Turn librt forwarders into compatibility symbols.