From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 6D6B93858C53 for ; Fri, 2 Dec 2022 10:07:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6D6B93858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669975622; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=EJ7w2nH6EBWqxLdQ5r4weGYW8F1YuhF7wi5SJXSliTo=; b=fbWtUBgbHVy1LuqZWuhWmpqW8ROGon8aaUmQ7wW/74mzjOiYIBVIu6PkWHlJINnCcE+NuE XP6AK8xKV0h6Wfke0mUxDcJZxZXbVhkjx9kFwR2Hhdqqwv/DyXxFhvXXlpqViIw+p7Fv5o g+xJE8R5TAS81jmO0OhABYmKS9b5SpQ= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-70-5pYxw0UHOJauvt_wbJzXuQ-1; Fri, 02 Dec 2022 05:06:58 -0500 X-MC-Unique: 5pYxw0UHOJauvt_wbJzXuQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92D511C05ECA; Fri, 2 Dec 2022 10:06:57 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 54BEE111E3FA; Fri, 2 Dec 2022 10:06:57 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 2771AA80A52; Fri, 2 Dec 2022 11:06:54 +0100 (CET) Date: Fri, 2 Dec 2022 11:06:54 +0100 From: Corinna Vinschen To: Jeff Johnston Cc: joel@rtems.org, Newlib Subject: Re: Adding aio.h and mqueue.h Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Jeff Johnston , joel@rtems.org, Newlib References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Dec 1 18:22, Jeff Johnston wrote: > As long as the licensing is shared-newlib-compatible (non-GPL), it should > be ok. > > -- Jeff J. Cygwin already comes with aio.h and mqueue.h headers. Ideally they are reused for newlib, or the new aio.h/mqueue.h headers are checked that they provide the same definitions and replace the Cygwin-only ones. Thanks, Corinna > > On Thu, Dec 1, 2022 at 11:37 AM Joel Sherrill wrote: > > > Hi > > > > We have migrated almost all of our POSIX defined header files from RTEMS > > itself to newlib. I think aio.h and mqueue.h are the last POSIX headers > > left on our side. > > > > What's the feeling on merging these? Would it be ok to put them in > > newlib/libc/include? > > > > Our version of the headers have Doxygen comments. Would these be OK in > > newlib or do I need to remove the Doxygen? > > > > Thanks. > > > > --joel > > > >