From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by sourceware.org (Postfix) with ESMTPS id C74A63858D32 for ; Thu, 1 Dec 2022 16:37:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C74A63858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-qt1-f169.google.com with SMTP id jr1so1422623qtb.7 for ; Thu, 01 Dec 2022 08:37:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=azKQYTYcUaKdXK4VuRysNJXEX6W0OzkpRKsRdwcLuIs=; b=ViTQWveOCESK5oGPL0MPDYOHI4xIDTlMS6JeeNR958IZ734ny33DN2CZ0lr/18NjI2 hWfRbvklZ+/3rSu09xvBY7sxYjQ/GqwDf03Ln6ZoLkoG3HlrOIG99zQYDDgT8pYx3FTW JOUEnPV8+3s0Ew+FVkAzl/QdPS9QgjJySS/iiXbRK43Kc/V8uvLBdseSfppSmUEOAsP9 sIIx20lhZCl8roxynYYOZkC0/gyaj550MhKIP4zo5nmT/2nzCCkoizcBUt3chw/DFjif PeBuocVOLbrlvOX5lZQ50IdEwcr72+olHnDgjdSzFm2tzjadUqJCI4UDy8SGI2EnYESy tMGg== X-Gm-Message-State: ANoB5pmuk8nCm9pNv3eB657SIFqPsObEZN6fku8I3I7sWJyUDmfin+uG H7hfHINZBMQJ+z7+iOeLZWdtW2h0Khs= X-Google-Smtp-Source: AA0mqf7TM5E6AumoLp8B0eBBv0ImZVq8LImDQ+d1NRDznBL1q2NnGcbsyBcud4N4qtik2YHEiyFB5w== X-Received: by 2002:ae9:e644:0:b0:6fa:e738:e2e4 with SMTP id x4-20020ae9e644000000b006fae738e2e4mr44039302qkl.102.1669912650792; Thu, 01 Dec 2022 08:37:30 -0800 (PST) Received: from mail-yb1-f173.google.com (mail-yb1-f173.google.com. [209.85.219.173]) by smtp.gmail.com with ESMTPSA id bt12-20020ac8690c000000b003a51e6b6c95sm2805688qtb.14.2022.12.01.08.37.30 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Dec 2022 08:37:30 -0800 (PST) Received: by mail-yb1-f173.google.com with SMTP id c140so2715895ybf.11 for ; Thu, 01 Dec 2022 08:37:30 -0800 (PST) X-Received: by 2002:a25:4405:0:b0:6de:c7a:8d7 with SMTP id r5-20020a254405000000b006de0c7a08d7mr48640775yba.616.1669912650071; Thu, 01 Dec 2022 08:37:30 -0800 (PST) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 1 Dec 2022 10:37:18 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Adding aio.h and mqueue.h To: Newlib Content-Type: multipart/alternative; boundary="00000000000050534205eec6d678" X-Spam-Status: No, score=-3031.5 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --00000000000050534205eec6d678 Content-Type: text/plain; charset="UTF-8" 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 --00000000000050534205eec6d678--