From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11911 invoked by alias); 14 Nov 2016 19:24:40 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 11866 invoked by uid 89); 14 Nov 2016 19:24:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1127, H*r:Unknown, Home, H*R:D*net X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Nov 2016 19:24:29 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 582a0f6b.7f8c00077ed0-in02; Mon, 14 Nov 2016 19:24:27 -0000 (UTC) Date: Mon, 14 Nov 2016 19:24:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <582a0f6ae1520_393b3f986ae61134247b0@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 2fe9c8: Fix ltrace under glibc 2.24. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_582a0f6ae1123_393b3f986ae611342466c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00012.txt.bz2 ----==_mimepart_582a0f6ae1123_393b3f986ae611342466c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1116 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 2fe9c8686d05acfe0c06d6af120ff3a684ceb24a https://github.com/crosstool-ng/crosstool-ng/commit/2fe9c8686d05acfe0c06d6af120ff3a684ceb24a Author: Alexey Neyman Date: 2016-11-13 (Sun, 13 Nov 2016) Changed paths: A patches/ltrace/0.7.3/008-glibc-2.24.patch Log Message: ----------- Fix ltrace under glibc 2.24. GLIBC 2.24 declared readdir_r as deprecated and suggests to use readdir. uClibc-ng's readdir is thread-safe as well. Signed-off-by: Alexey Neyman Commit: 99943a880281083e06dd9ee23680c1f4f8cc0bc9 https://github.com/crosstool-ng/crosstool-ng/commit/99943a880281083e06dd9ee23680c1f4f8cc0bc9 Author: Alexey Neyman Date: 2016-11-14 (Mon, 14 Nov 2016) Changed paths: A patches/ltrace/0.7.3/008-glibc-2.24.patch Log Message: ----------- Merge pull request #476 from stilor/fix-after-glibc-2.24 Fix ltrace under glibc 2.24. Compare: https://github.com/crosstool-ng/crosstool-ng/compare/51b7d69bbc7e...99943a880281 ----==_mimepart_582a0f6ae1123_393b3f986ae611342466c Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_582a0f6ae1123_393b3f986ae611342466c--