From commits-return-4035-apmail-celix-commits-archive=celix.apache.org@celix.apache.org Mon Jan 16 11:27:35 2017 Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F37BD19460 for ; Mon, 16 Jan 2017 11:27:34 +0000 (UTC) Received: (qmail 71785 invoked by uid 500); 16 Jan 2017 11:27:34 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 71749 invoked by uid 500); 16 Jan 2017 11:27:34 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 71740 invoked by uid 500); 16 Jan 2017 11:27:34 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 71737 invoked by uid 99); 16 Jan 2017 11:27:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2017 11:27:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 5C1AFC00B6 for ; Mon, 16 Jan 2017 11:27:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.998 X-Spam-Level: X-Spam-Status: No, score=-1.998 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id d2ASeh77L48J for ; Mon, 16 Jan 2017 11:27:30 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id DF5EE5F5D3 for ; Mon, 16 Jan 2017 11:27:29 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BB2DFE587C for ; Mon, 16 Jan 2017 11:27:27 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6957C25285 for ; Mon, 16 Jan 2017 11:27:26 +0000 (UTC) Date: Mon, 16 Jan 2017 11:27:26 +0000 (UTC) From: "Pepijn Noltes (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-392) `readdir_r` is deprecated in glibc 2.24 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Pepijn Noltes created CELIX-392: ----------------------------------- Summary: `readdir_r` is deprecated in glibc 2.24 Key: CELIX-392 URL: https://issues.apache.org/jira/browse/CELIX-392 Project: Celix Issue Type: Improvement Reporter: Pepijn Noltes `readdir_r` is deprecated in glibc 2.24. It is advised to use the (mostly thread-safe) in modern unix systems) readdir. See https://sourceware.org/bugzilla/show_bug.cgi?id=19056 and http://man7.org/linux/man-pages/man3/readdir_r.3.html for more info. -- This message was sent by Atlassian JIRA (v6.3.4#6332)