From patchwork Thu Oct 1 14:32:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alejandro Colomar X-Patchwork-Id: 40577 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 D70C6398B44A; Thu, 1 Oct 2020 14:32:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D70C6398B44A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601562772; bh=8PRt3SjpdYYac++OX0WY6GOu97dYGIha/oo+W8QsYYs=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=CfTVx13JUjLH6Z5MQ0HF5uhojIWSQ/o9DHZZp8ss3xYb3+B7tJlXg5FNrQdTsPqKk SwG8wH33A2+0O19utGXya6nOPk5EfhxRtBTGMgEcOqbKj+d3kKRSvTissakHp3DD4q aki08NyYgiMXtqvGNy0jQsQN0uHPMToc+dxrZTLc= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-wr1-x442.google.com (mail-wr1-x442.google.com [IPv6:2a00:1450:4864:20::442]) by sourceware.org (Postfix) with ESMTPS id 0D8253987930 for ; Thu, 1 Oct 2020 14:32:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0D8253987930 Received: by mail-wr1-x442.google.com with SMTP id k10so6050474wru.6 for ; Thu, 01 Oct 2020 07:32:50 -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:mime-version :content-transfer-encoding; bh=8PRt3SjpdYYac++OX0WY6GOu97dYGIha/oo+W8QsYYs=; b=JKuMCCfxIvfWXdmo61VJJJbbmBFKyE4GmIATof8LTGfQHY73svBER+vPMcGXlf1uAT YOX8RzG/jjJ/eYGy6qoFGk9JJfBkf+66rMVxrx8ivzDOklAwvkQalgIumhlmZE8nhc0I MKpEY+yMx6Km0GOVRY778n0q8Sy8B0EAM/3GR11VomWDBZwsGqlAvrknlkia+1QFnQqF fS0EsXb1ohVyAtVxXnVeqKhVixXpJ1QU6LxHZ6bX6/OGPaYG20CGAV2xg7jRnKVIM9Rl qERBc8AyossEuafg6XHrcCGYxXMOm96p2yToJOeSBeOo88o33guXLGKYKo9xrzFwZ8vL CynA== X-Gm-Message-State: AOAM5309gmBlLaerZOsnUfj4Gn9HFSlHL2NRYC2u82m1A4GZR9wWNW+o /zzGeEBBqhMO8ee4hXY9MJs= X-Google-Smtp-Source: ABdhPJz1juDc2mZmIvqAjkQn2fUG+xqOnOE7JbGoGDIDf7n231VMMgYd4JQfEfhyXNdLkI4uJ67QLw== X-Received: by 2002:adf:a3db:: with SMTP id m27mr9944332wrb.277.1601562769162; Thu, 01 Oct 2020 07:32:49 -0700 (PDT) Received: from localhost.localdomain ([170.253.60.68]) by smtp.googlemail.com with ESMTPSA id f23sm5463654wmc.3.2020.10.01.07.32.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Oct 2020 07:32:48 -0700 (PDT) To: mtk.manpages@gmail.com Subject: [PATCH v2 0/4] Document [u]int_fastN_t Date: Thu, 1 Oct 2020 16:32:00 +0200 Message-Id: <20201001143203.98803-1-colomar.6.4.3@gmail.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, 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" This patches are the v2 of the patches 5 to 8 of a previous patchset: https://lore.kernel.org/linux-man/886f5647-2911-951a-b62a-4f9b1ed8850f@gmail.com/T/#t Alejandro Colomar (4): system_data_types.7: Add int_fastN_t family of types 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) system_data_types.7: Add uint_fastN_t family of types 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) 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 + 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 + man7/system_data_types.7 | 157 +++++++++++++++++++++++++++++++++++++++ 11 files changed, 167 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 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