Subject: Re: [ISC-Bugs #40668] Use ISO C11's stdatomic.h instead of isc_atomic where available From: "Mukund Sivaraman" MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 48558D78B08 for ; Tue, 19 Sep 2017 10:33:13 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [46.4.129.225]) by mx.pao1.isc.org (Postfix) with ESMTP id 07F9434BD81 for ; Tue, 19 Sep 2017 10:33:10 +0000 (UTC) Received: from jurassic (unknown [115.117.170.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id 9836756A02AB; Tue, 19 Sep 2017 10:33:08 +0000 (GMT) X-Original-To: bind9-public@bugs.isc.org content-type: text/plain; charset="utf-8" User-Agent: Mutt/1.8.3 (2017-05-23) References: <20150910174002.GA72192@isc.org> X-RT-Original-Encoding: utf-8 Return-Path: X-RT-Interface: Email Date: Tue, 19 Sep 2017 16:03:05 +0530 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org From muks@isc.org Tue Sep 19 10:33:13 2017 X-RT-Incoming-Encryption: Not encrypted To: "Mark Andrews via RT" Delivered-To: bind9-public@bugs.isc.org Message-ID: <20170919103305.GA8705@jurassic> RT-Message-ID: Content-Length: 178 Merged to master, v9_11, v9_10, v9_9 branches: 4728. [func] Use C11's stdatomic.h instead of isc_atomic where available. [RT #40668] Mukund