From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 49C87398B46F for ; Thu, 1 Oct 2020 14:32:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 49C87398B46F Received: by mail-wm1-x336.google.com with SMTP id d4so3135762wmd.5 for ; Thu, 01 Oct 2020 07:32:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7TZle1L2C5hq0UJbPvW/MxD93u3Ydr5kNhgHweCtY0Q=; b=rj/xFHhpmfh61sevFy+fAym1OhISLtu1SRfAKOYuSe1plMdXsP8rMQcoMFiv7Xfew3 JHFwEYUqFLDOVPx+jvbf0WrWY5/LVsrm2/HCdmAxjZJds/rdJtMJyaxFPQtBkueGws0U l8QLyMO2qLPWBw79aBifiJYcN+iF6Ii5v6FANc5AT6J+vmxRcQbMvBWYsD12mj30ATKq KyJg0o9JDcmYQJSfFUDuf8C9OmPq8ZtBvB9otRqn5jFAD5UojqZ7I3WKTvE5hoAdNKGS RM7UfcsO232hVEmzgZB9Y8aqxgXLFKXU6Tfy0nip7oVyGDXSZzmQfWsKWTvxRJUfGR4D vfEg== X-Gm-Message-State: AOAM532tU/IQc8R/PP8t37Jy5nmrFRuBPWd54sc6OAsKCbC2NTD1RZ4V aDv7E7Rc13Q1Qr1KqvUw1aVmusTRiv4n2w== X-Google-Smtp-Source: ABdhPJzFtXcSH6pFV8XfifUlafM6DFqw5+w//azh7fU8BKiR+Z8IBlCiWz1ZfkNnD3sPt9Tc1X8tFg== X-Received: by 2002:a1c:2cc2:: with SMTP id s185mr298042wms.77.1601562773367; Thu, 01 Oct 2020 07:32:53 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id f23sm5463654wmc.3.2020.10.01.07.32.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:32:52 -0700 (PDT) From: Alejandro Colomar To: mtk.manpages@gmail.com Cc: Alejandro Colomar , linux-man@vger.kernel.org, gcc@gcc.gnu.org, libc-alpha@sourceware.org Subject: [PATCH v2 4/4] uint_fast8_t.3, uint_fast16_t.3, uint_fast32_t.3, uint_fast64_t.3, uint_fastN_t.3: New links to system_data_types(7) Date: Thu, 1 Oct 2020 16:32:04 +0200 Message-Id: <20201001143203.98803-5-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201001143203.98803-1-colomar.6.4.3@gmail.com> References: <20201001143203.98803-1-colomar.6.4.3@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-9.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2020 14:32:55 -0000 Signed-off-by: Alejandro Colomar --- man3/uint_fast16_t.3 | 1 + man3/uint_fast32_t.3 | 1 + man3/uint_fast64_t.3 | 1 + man3/uint_fast8_t.3 | 1 + man3/uint_fastN_t.3 | 1 + 5 files changed, 5 insertions(+) create mode 100644 man3/uint_fast16_t.3 create mode 100644 man3/uint_fast32_t.3 create mode 100644 man3/uint_fast64_t.3 create mode 100644 man3/uint_fast8_t.3 create mode 100644 man3/uint_fastN_t.3 diff --git a/man3/uint_fast16_t.3 b/man3/uint_fast16_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint_fast16_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint_fast32_t.3 b/man3/uint_fast32_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint_fast32_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint_fast64_t.3 b/man3/uint_fast64_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint_fast64_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint_fast8_t.3 b/man3/uint_fast8_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint_fast8_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/uint_fastN_t.3 b/man3/uint_fastN_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/uint_fastN_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 -- 2.28.0