Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 52D4D200C48 for ; Thu, 6 Apr 2017 21:14:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 51322160B81; Thu, 6 Apr 2017 19:14:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90C6B160B91 for ; Thu, 6 Apr 2017 21:14:01 +0200 (CEST) Received: (qmail 14084 invoked by uid 500); 6 Apr 2017 19:13:55 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 14075 invoked by uid 99); 6 Apr 2017 19:13:55 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2017 19:13:55 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 11B843A04C4 for ; Thu, 6 Apr 2017 19:13:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1790439 - /apr/apr/trunk/locks/unix/misc.c Date: Thu, 06 Apr 2017 19:13:54 -0000 To: commits@apr.apache.org From: ylavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170406191355.11B843A04C4@svn01-us-west.apache.org> archived-at: Thu, 06 Apr 2017 19:14:02 -0000 Author: ylavic Date: Thu Apr 6 19:13:54 2017 New Revision: 1790439 URL: http://svn.apache.org/viewvc?rev=1790439&view=rev Log: locks: follow up to r1790330 and r1790436. unix/misc.c is not needed anymore since we use apr_proc_mutex_trylock() directly. Removed: apr/apr/trunk/locks/unix/misc.c