From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129373 invoked by alias); 10 Feb 2020 16:10:33 -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 129356 invoked by uid 89); 10 Feb 2020 16:10:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Received:907, H*c:alternative X-HELO: mail-ed1-f47.google.com Received: from mail-ed1-f47.google.com (HELO mail-ed1-f47.google.com) (209.85.208.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 16:10:31 +0000 Received: by mail-ed1-f47.google.com with SMTP id v28so898279edw.12 for ; Mon, 10 Feb 2020 08:10:30 -0800 (PST) Return-Path: Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com. [209.85.221.42]) by smtp.gmail.com with ESMTPSA id lc20sm74016ejb.78.2020.02.10.08.10.28 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Feb 2020 08:10:28 -0800 (PST) Received: by mail-wr1-f42.google.com with SMTP id w15so8478595wru.4 for ; Mon, 10 Feb 2020 08:10:28 -0800 (PST) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Mon, 10 Feb 2020 16:10:00 -0000 Message-ID: Subject: devctl.h missing extern C To: Newlib Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020/txt/msg00077.txt Hi I noticed devctl.h is missing extern C. Does newlib have rules on where they go? In stdio.h they were deeper in the file than my normal style. Obviously, I will be following up shortly with a patch. Thanks. --joel