From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id BB14E3858D29 for ; Sat, 11 Sep 2021 21:53:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BB14E3858D29 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id 8D96C342D85; Sat, 11 Sep 2021 21:53:39 +0000 (UTC) From: Mike Frysinger To: newlib@sourceware.org Subject: [PATCH] Add myself to sim & general write-after-approval maintainers Date: Sat, 11 Sep 2021 17:53:36 -0400 Message-Id: <20210911215336.6840-1-vapier@gentoo.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 21:53:42 -0000 There are a few files that are tied to the GNU simulator, so add myself to match the general sim project. Also add myself to the general write-after-approval since I've been doing that for a long time now anyways :). --- newlib/MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS index 26024af7a98f..bb1680494bd9 100644 --- a/newlib/MAINTAINERS +++ b/newlib/MAINTAINERS @@ -51,6 +51,7 @@ well as OS-specific portions of the build system, without approval. RTEMS Joel Sherrill joel.sherrill@oarcorp.com Sebastian Huber sebastian.huber@embedded-brains.de +simulator Mike Frysinger vapier@gentoo.org Write After Approval @@ -64,3 +65,4 @@ Eric Blake eblake@redhat.com Will Newton will.newton@linaro.org Sebastian Huber sebastian.huber@embedded-brains.de Joel Sherrill joel.sherrill@oarcorp.com +Mike Frysinger vapier@gentoo.org -- 2.33.0