From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id E28AD1F5AE for ; Thu, 20 May 2021 15:12:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243670AbhETPNS (ORCPT ); Thu, 20 May 2021 11:13:18 -0400 Received: from siwi.pair.com ([209.68.5.199]:39615 "EHLO siwi.pair.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243641AbhETPNO (ORCPT ); Thu, 20 May 2021 11:13:14 -0400 Received: from siwi.pair.com (localhost [127.0.0.1]) by siwi.pair.com (Postfix) with ESMTP id 711103F4098; Thu, 20 May 2021 11:11:52 -0400 (EDT) Received: from MININT-MG8E6GJ.fareast.corp.microsoft.com (162-238-212-202.lightspeed.rlghnc.sbcglobal.net [162.238.212.202]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by siwi.pair.com (Postfix) with ESMTPSA id 5537E3F4090; Thu, 20 May 2021 11:11:52 -0400 (EDT) Subject: Re: [PATCH v2] simple-ipc: correct ifdefs when NO_PTHREADS is defined To: Jeff Hostetler via GitGitGadget , git@vger.kernel.org Cc: Jeff Hostetler References: From: Jeff Hostetler Message-ID: Date: Thu, 20 May 2021 11:11:50 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 5/20/21 10:22 AM, Jeff Hostetler via GitGitGadget wrote: > From: Jeff Hostetler > > Simple IPC always requires threads (in addition to various > platform-specific IPC support). Fix the ifdefs in the Makefile > to define SUPPORTS_SIMPLE_IPC when appropriate. > I got in a hurry this morning and forgot to update the CMake script. I'll look at that now. Jeff