From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96577 invoked by alias); 12 Aug 2019 00:28:11 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 96569 invoked by uid 89); 12 Aug 2019 00:28:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=everybody, giacomo, newlib, H*r:sk:newlib@ X-HELO: mail-ot1-f50.google.com Received: from mail-ot1-f50.google.com (HELO mail-ot1-f50.google.com) (209.85.210.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 00:28:09 +0000 Received: by mail-ot1-f50.google.com with SMTP id o101so154905ota.8 for ; Sun, 11 Aug 2019 17:28:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tesio-it.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=b7YOS8He82IxEPptEcYLaQKnAVzEef8BarY/vG+lLrI=; b=1UcTWu/IzvSec7pmdGE++S4WHRgrBpfCMXk8SWgCTFbbogXbxGV4GhXnHslZsJivhF hbx8xAM7SHoQNoYCm/BqReLLlx47B+462rIJi6OJsFrKWIMbXWnvtmZKBDGap8KepeAd lFiMF4euPIsFoG6rlB7EdMDkCCfIK9QE5LWxu5j7Swr7JWgSvozuy7GJ9y9k+axtiNQW cKTzeQXcDU0DAKy0/4o+qyKzMzQetMcPr7a3GJhENH2SU5NIU6Qg2ba42pRpuNB41UDg vu3d73shkprKvy0VP+oSxPuatQM4rsGylV75gQibxoXojeIDpU08aOHJrC1VPnS5LkWQ X+ZA== MIME-Version: 1.0 Received: by 2002:a4f:705:0:0:0:0:0 with HTTP; Sun, 11 Aug 2019 17:28:07 -0700 (PDT) From: Giacomo Tesio Date: Mon, 12 Aug 2019 00:28:00 -0000 Message-ID: Subject: unknown type name 'cpu_set_t' in newlib/libc/include/sched.h To: newlib@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019/txt/msg00448.txt.bz2 Hello everybody, apparently commit 383e19ca552234fa9af47e80cb00d843a96de9e3 moved the cpu_set_t typedef from newlib/libc/include/sched.h to cygwin specific stuff, but left a few functions using such type behind and unprotected. Is it intended? Giacomo