From patchwork Mon Jul 13 12:37:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 40065 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 3C1A83861025; Mon, 13 Jul 2020 12:37:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C1A83861025 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1594643868; bh=72dYZu5C/VgPsHgQY/Idno/OQU1yTuVewexJJTaXxvY=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=MC4Qu3TzRzKjQUvuTRHhVNPY5+UBYAb+jSXELxSx6/FgRGEWRFenCOy3RzbyYQmYa LKUMolGQFT0CloK44OC/GtMin3JCvCS4QZ8LrMH/WyBf0oA5MW2GbWycKJAuVoHNa2 zTKyuzgH/fLmlYQWjNh7nNpEtVfp2oKqwIte/9lM= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) by sourceware.org (Postfix) with ESMTPS id 2DDAE3857C7F for ; Mon, 13 Jul 2020 12:37:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2DDAE3857C7F Received: by mail-qk1-x72b.google.com with SMTP id b4so11903756qkn.11 for ; Mon, 13 Jul 2020 05:37:45 -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=72dYZu5C/VgPsHgQY/Idno/OQU1yTuVewexJJTaXxvY=; b=fePnxRbiaOtGiJaBOGQqO5BZE3P2aEtxhSIKeVENpLLdVGNG91gRuIYlg1HyKts8sC TWbh9GQwe86uEra2+32DjfO8Ulh3bgRN6GhPAizWDJlaq50pImWduw9zM76liT9QOU4P EHnJ3qAHfISSK+oH7RiXQFIinf8lx2g8av16MJdL1CNgbylouStkQ+byBE5M2J4E/NgP fvPwnNboTBOKCvtyV678GYIDdRz51Pd4HktAxevWJ2n0nd1PuwW3ydsFYhdS6h4h/O7D U/BcE7QSqnTIjiQvFODYdCJUrQMA6wWIRu5eN3vL7NMY5cj2Nrx3Yv0IS0DlqcRtbdWo lMbg== X-Gm-Message-State: AOAM531t1al/5JH7gOl/EzoPj16hVXvq9OOoQf0P5XHXul9lwUa6/1/S GhgYabOc1lghyZAb0hE9A6dVvO5Ut14= X-Google-Smtp-Source: ABdhPJxdF25cMVWbfqMEeBScrz2ccCN/PxtAD6dH34XFpTJGUWdMIKNg8VjxbOaw1xgIrukH/dFpcw== X-Received: by 2002:a37:9c4d:: with SMTP id f74mr84138078qke.349.1594643864499; Mon, 13 Jul 2020 05:37:44 -0700 (PDT) Received: from localhost.localdomain ([177.194.48.209]) by smtp.googlemail.com with ESMTPSA id l31sm21033516qtc.33.2020.07.13.05.37.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 05:37:44 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [PATCH] hurd: Fix build-many-glibcs.py Date: Mon, 13 Jul 2020 09:37:39 -0300 Message-Id: <20200713123739.2474788-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Spam-Status: No, score=-14.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" It fixes the issue report by Joseph [1] Checked with a build-many-glibcs.py build for i686-gnu. [1] https://sourceware.org/pipermail/libc-alpha/2020-July/116134.html --- sysdeps/hurd/include/sys/msg.h | 1 + sysdeps/hurd/include/sys/sem.h | 1 + sysdeps/hurd/include/sys/shm.h | 1 + 3 files changed, 3 insertions(+) create mode 100644 sysdeps/hurd/include/sys/msg.h create mode 100644 sysdeps/hurd/include/sys/sem.h create mode 100644 sysdeps/hurd/include/sys/shm.h diff --git a/sysdeps/hurd/include/sys/msg.h b/sysdeps/hurd/include/sys/msg.h new file mode 100644 index 0000000000..0f8026dda1 --- /dev/null +++ b/sysdeps/hurd/include/sys/msg.h @@ -0,0 +1 @@ +#include diff --git a/sysdeps/hurd/include/sys/sem.h b/sysdeps/hurd/include/sys/sem.h new file mode 100644 index 0000000000..b0fb201bd0 --- /dev/null +++ b/sysdeps/hurd/include/sys/sem.h @@ -0,0 +1 @@ +#include diff --git a/sysdeps/hurd/include/sys/shm.h b/sysdeps/hurd/include/sys/shm.h new file mode 100644 index 0000000000..1878fcc5be --- /dev/null +++ b/sysdeps/hurd/include/sys/shm.h @@ -0,0 +1 @@ +#include