From patchwork Thu Oct 1 14:32:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40578 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3BB8F398B45C; Thu, 1 Oct 2020 14:32:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BB8F398B45C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601562774; bh=ndLrLpS+gqTtCdnaAzHpyrLhobfhY5SLur0pPO8xcIU=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ran+2MDFOkWLyuL0hbvXY/iP483RkExJKJceZ0ABqmAzbj9MHlL18aPxvx+tj8gdz s6xCGF/4iATSBirHga4Ooqq8ESXyDodpeOAnXu7T5pBetBNevccxPf9oP0yYb/uWyF VjqOqVbn7m5R4V9ZGr2SG9Ur5jCs7SbcxtYXUhBM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by sourceware.org (Postfix) with ESMTPS id 450F3398B44A for ; Thu, 1 Oct 2020 14:32:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 450F3398B44A Received: by mail-wr1-x443.google.com with SMTP id t10so6063674wrv.1 for ; Thu, 01 Oct 2020 07:32:51 -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=ndLrLpS+gqTtCdnaAzHpyrLhobfhY5SLur0pPO8xcIU=; b=G7TmeQIw0MShlymbAQW8Yhhty7O+4Q+zFJacz2XlAykNsNA08PiOVbvCxKCsYQsnK7 e4y0l7Asnp5Y3ngHSElxI7K4YQnzyjfRb2Rd+0SWb4dsKgYn3LADfg4+ygq3HGI2oAu+ xg/uiOiiqp/ujSkWeaeOPdaGwVLKW2XNIaS/pOPJt31Nq8Vueno5YmB9sZIMPZJnqnGx b5SpZp8Fu5byUj4LXGDjglaOIjYTiE/Tqra1QzAUrs4ludcEB1gvNDyotGMIAJ5JY5Hy Igzz9piBvzy6GnN2TpjBX7S3uC28f9rnlktxKEJGYe5+KdD4iJNYbBPVyx0Y4C4xm/Wu kFeA== X-Gm-Message-State: AOAM533ua+kv9+/ZmBfRwGDm+06L62Rtht+BHFDna4b/mIAD6qX8iniq fvIt6cn7tCOQ0wilfeRBV34= X-Google-Smtp-Source: ABdhPJxjI6hu+hBPK8YBU8ZLYvKotUpHR4RSp2GQo+gnQnm+kNdAEFnLeORQyMFGGgGdan1/kY9jzg== X-Received: by 2002:adf:f290:: with SMTP id k16mr10004725wro.124.1601562770223; Thu, 01 Oct 2020 07:32:50 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id f23sm5463654wmc.3.2020.10.01.07.32.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:32:49 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v2 1/4] system_data_types.7: Add int_fastN_t family of types Date: Thu, 1 Oct 2020 16:32:01 +0200 Message-Id: <20201001143203.98803-2-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 X-Spam-Status: No, score=-11.2 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=unavailable 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man7/system_data_types.7 | 77 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 4645ed5f4..c5d0b700d 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -329,6 +329,83 @@ C99 and later; POSIX.1-2001 and later. See also: .BR imaxdiv (3) .RE +.\"------------------------------------- int_fastN_t ------------------/ +.TP +.IR int_fast N _t +.RS +Include: +.IR . +Alternatively, +.IR . +.PP +.IR int_fast8_t , +.IR int_fast16_t , +.IR int_fast32_t , +.I int_fast64_t +.PP +Usually the fastest (see Notes) signed integer type +of a width of at least N bits, +N being the value specified in its type name. +According to the C language standard, they shall be +capable of storing values in the range +.RB [ INT_FAST N _MIN , +.BR INT_FAST N _MAX ], +substituting N by the appropriate number. +.PP +The length modifiers for the +.IR int_fast N _t +types for the +.BR printf (3) +family of functions +are expanded by macros of the forms +.BR PRIdFAST N +and +.BR PRIiFAST N +(defined in +.IR ); +resulting for example in +.B %"PRIdFAST64" +or +.B %"PRIiFAST64" +for printing +.I int_fast64_t +values. +The length modifiers for the +.IR int_fast N _t +types for the +.BR scanf (3) +family of functions +are expanded by macros of the forms +.BR SCNdFAST N +and +.BR SCNiFAST N, +(defined in +.IR ); +resulting for example in +.B %"SCNdFAST8" +or +.B %"SCNiFAST8" +for scanning +.I int_fast8_t +values. +.PP +Conforming to: +C99 and later; POSIX.1-2001 and later. +.PP +Notes: +Where there is no single type that is fastest for all purposes, +the implementation may choose any type +with the required signedness and at least the minimum width. +.PP +See also the +.IR int_least N _t , +.IR int N _t , +.IR uint_fast N _t , +.IR uint_least N _t +and +.IR uint N _t +types in this page. +.RE .\"------------------------------------- intmax_t ---------------------/ .TP .I intmax_t From patchwork Thu Oct 1 14:32:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40579 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C1D63398B464; Thu, 1 Oct 2020 14:32:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1D63398B464 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601562774; bh=AQn34fQlwTBZh/PWX0LDgku3eePP4sow3MpYt4eKTh4=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=yRLUDtNl4OnKxsaDq0/ewB91SWYucdFObua9Usw1ImBBp85qaBB7ufMXY0zAA/l8w cm2B9UHV71ZWYGnwMeGJ96c69dQFqF7kqcpCy3gFaWvATxM00UzDtoHEPeQv0JQIJV MOBfwBUvHeJsJ3YN9hyui6kGx0ZDfM4joRadjI5g= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org 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 1EF00398B457 for ; Thu, 1 Oct 2020 14:32:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1EF00398B457 Received: by mail-wm1-x336.google.com with SMTP id e2so3368071wme.1 for ; Thu, 01 Oct 2020 07:32:52 -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=AQn34fQlwTBZh/PWX0LDgku3eePP4sow3MpYt4eKTh4=; b=nBhGlX3lpiYWRgoe4YS+QrHk+SVjLa+qyvazWOwrBbpOVDrOmhIx8xUri+FSLtVbcF HnPvZfTygMH3rAzTG2u6vuN5vv8Br9nsykGyHXCk+Jnypiik8ZlyXXTwYS6/sZDdYE2m qe1TbV2CgmLp0f4SlJZ16HghfObNzvJdq/PYZbgieCt0YhwBQbnbiTbMsexF8m2Vr+Y0 1EI++963J/7aJuJHhgi1E3rJkzdBAgiZwvj7geEVaSuSNT8klAoR235CPaqWn23FLgn0 FFyQMJdtUIHQu4sCUYbts0CZGQE+m85jsmDIC5ip6e2cIEUQ+W8bqTS7u9glpLDJjmx9 BeiQ== X-Gm-Message-State: AOAM532qCbhNUOQCtpylea1SiwasWcRhyQKyoNRQ0FJEjIlMdI2jd+xK /BlOqiHOy8a8hZO6fRUEodrrH8DRC7ILew== X-Google-Smtp-Source: ABdhPJyyqZmf8kBycu7h+yiFsYsNFhTnDwewLM81BPgWPctj5nxfStvHuYLu3wto/JayBqQjHpE2mA== X-Received: by 2002:a1c:c906:: with SMTP id f6mr319348wmb.9.1601562771299; Thu, 01 Oct 2020 07:32:51 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id f23sm5463654wmc.3.2020.10.01.07.32.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:32:50 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v2 2/4] int_fast8_t.3, int_fast16_t.3, int_fast32_t.3, int_fast64_t.3, int_fastN_t.3: New links to system_data_types(7) Date: Thu, 1 Oct 2020 16:32:02 +0200 Message-Id: <20201001143203.98803-3-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 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man3/int_fast16_t.3 | 1 + man3/int_fast32_t.3 | 1 + man3/int_fast64_t.3 | 1 + man3/int_fast8_t.3 | 1 + man3/int_fastN_t.3 | 1 + 5 files changed, 5 insertions(+) create mode 100644 man3/int_fast16_t.3 create mode 100644 man3/int_fast32_t.3 create mode 100644 man3/int_fast64_t.3 create mode 100644 man3/int_fast8_t.3 create mode 100644 man3/int_fastN_t.3 diff --git a/man3/int_fast16_t.3 b/man3/int_fast16_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/int_fast16_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int_fast32_t.3 b/man3/int_fast32_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/int_fast32_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int_fast64_t.3 b/man3/int_fast64_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/int_fast64_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int_fast8_t.3 b/man3/int_fast8_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/int_fast8_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 diff --git a/man3/int_fastN_t.3 b/man3/int_fastN_t.3 new file mode 100644 index 000000000..db50c0f09 --- /dev/null +++ b/man3/int_fastN_t.3 @@ -0,0 +1 @@ +.so man7/system_data_types.7 From patchwork Thu Oct 1 14:32:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40580 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 33110398B475; Thu, 1 Oct 2020 14:32:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33110398B475 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601562776; bh=JIm4QMqclRms4PF8Yuy7pCBIl3bsPVDdjQKB2probEc=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=uU/AnBUQNgwenuCwJVlylfmgz33NoW/zBEqTmh3BDY7+R93kq5MnOhCe9nzdRYxcB 5KP4d1Q+koMvLysM8agPu4m3RnDp0J4CwbUG2b3G3HnTSeHdNI7780UcWXvhKBTkN0 iSepvSQpxXxh3v4Wgg771ZVfHk3vYRb5Nt/OuT4M= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by sourceware.org (Postfix) with ESMTPS id 28DC6398B462 for ; Thu, 1 Oct 2020 14:32:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28DC6398B462 Received: by mail-wm1-x344.google.com with SMTP id s13so3149634wmh.4 for ; Thu, 01 Oct 2020 07:32:53 -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=JIm4QMqclRms4PF8Yuy7pCBIl3bsPVDdjQKB2probEc=; b=clrI3w52HEyYy9Lz1qh6VuNN5/tG0RSJQscX8pxr6/Ap8zLvO918uBKlH55n/wef/Y ryFz4nt8AtmB7BEQ/wVdVy6OpBnrIg08eopvzZHjxhN4fAMYEggrs+3wrms5c7BHbIyU oH/KIRTyn5gfY1lk79X4ZKms1CIihAJf3yIfjvkwE2V4rdW4LKvrQeXnEi3ffQT6fJaR 1+w6+YKxAQxZphzJ1ZhdmrrLfqjsnPxELVYNWA+g8L7aeacKzkg5tE7056RQpihGcSGq ZeOM/vRPl8JXwfB36om3yydodzwNUtSjVlm+A8cHMMMCAkwb+XSxW9VWMi7nhSE8ZtUe rndQ== X-Gm-Message-State: AOAM5319oVGDpGBG8Dya7R0tNpp0k4/6HQIjrsJ4QHf2g305xozrKugB G+Ys3fK9wmSBMjWBCizefu4= X-Google-Smtp-Source: ABdhPJyaigCbDO7jIzpkpELQnlBqqROSUbVukZaPCXrTE/Pl7k0VH33EC5TgjUu58Ky7fqDzglKQyw== X-Received: by 2002:a7b:c959:: with SMTP id i25mr311852wml.39.1601562772299; Thu, 01 Oct 2020 07:32:52 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id f23sm5463654wmc.3.2020.10.01.07.32.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:32:51 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v2 3/4] system_data_types.7: Add uint_fastN_t family of types Date: Thu, 1 Oct 2020 16:32:03 +0200 Message-Id: <20201001143203.98803-4-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 X-Spam-Status: No, score=-11.2 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=unavailable 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Signed-off-by: Alejandro Colomar --- man7/system_data_types.7 | 80 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index c5d0b700d..c130b7256 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -1348,6 +1348,86 @@ See also: .BR getpwnam (2), .BR credentials (7) .RE +.\"------------------------------------- uint_fastN_t -----------------/ +.TP +.IR uint_fast N _t +.RS +Include: +.IR . +Alternatively, +.IR . +.PP +.IR uint_fast8_t , +.IR uint_fast16_t , +.IR uint_fast32_t , +.I uint_fast64_t +.PP +Usually the fastest (see Notes) unsigned integer type +of a width of at least N bits, +N being the value specified in its type name. +According to the C language standard, they shall be +capable of storing values in the range [0, +.BR UINT_FAST N _MAX ], +substituting N by the appropriate number. +.PP +The length modifiers for the +.IR uint_fast N _t +types for the +.BR printf (3) +family of functions +are expanded by macros of the forms +.BR PRIuFAST N, +.BR PRIoFAST N, +.BR PRIxFAST N +and +.BR PRIXFAST N +(defined in +.IR ); +resulting for example in +.B %"PRIuFAST32" +or +.B %"PRIxFAST32" +for printing +.I uint_fast32_t +values. +The length modifiers for the +.IR uint_fast N _t +types for the +.BR scanf (3) +family of functions +are expanded by macros of the forms +.BR SCNuFAST N, +.BR SCNoFAST N, +.BR SCNxFAST N +and +.BR SCNXFAST N +(defined in +.IR ); +resulting for example in +.B %"SCNuFAST16" +or +.B %"SCNxFAST16" +for scanning +.I uint_fast16_t +values. +.PP +Conforming to: +C99 and later; POSIX.1-2001 and later. +.PP +Notes: +Where there is no single type that is fastest for all purposes, +the implementation may choose any type +with the required signedness and at least the minimum width. +.PP +See also the +.IR int_fast N _t , +.IR int_least N _t , +.IR int N _t , +.IR uint_least N _t +and +.IR uint N _t +types in this page. +.RE .\"------------------------------------- uintmax_t --------------------/ .TP .I uintmax_t From patchwork Thu Oct 1 14:32:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40581 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 44F0A398B805; Thu, 1 Oct 2020 14:32:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44F0A398B805 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601562779; bh=7TZle1L2C5hq0UJbPvW/MxD93u3Ydr5kNhgHweCtY0Q=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=vg9jkfn0RLObdEMW94jBjKnkvmFiuoDQGherdvGCinqZyuQQZ2RNUFsZSD8sNJTd4 bKkbxfwQ7nDEc6jos0JMOIc7+pE0bNqTda9KcgKYA5uWzUngqybBqxLhZjfPc4EpwP 88vd8U5w8+iVBJuiCd+3ECoEQDGU32Ro+2rCtfPE= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org 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) To: mtk.manpages@gmail.com 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 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-Patchwork-Original-From: Alejandro Colomar via Libc-alpha From: Alejandro Colomar Reply-To: Alejandro Colomar Cc: Alejandro Colomar , linux-man@vger.kernel.org, libc-alpha@sourceware.org, gcc@gcc.gnu.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" 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