From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6FAAAC6FA82 for ; Fri, 2 Sep 2022 22:19:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E6A17405BC; Fri, 2 Sep 2022 22:19:58 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E6A17405BC X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qlO38qJo1W_C; Fri, 2 Sep 2022 22:19:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 0398B40339; Fri, 2 Sep 2022 22:19:57 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0398B40339 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 742ED1BF392 for ; Fri, 2 Sep 2022 22:19:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 5CB0E60E51 for ; Fri, 2 Sep 2022 22:19:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 5CB0E60E51 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tANg-Ux7C-QU for ; Fri, 2 Sep 2022 22:19:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B139460E47 Received: from mxd1.seznam.cz (mxd2.seznam.cz [IPv6:2a02:598:2::210]) by smtp3.osuosl.org (Postfix) with ESMTPS id B139460E47 for ; Fri, 2 Sep 2022 22:19:53 +0000 (UTC) Received: from email.seznam.cz by email-smtpc28a.ng.seznam.cz (email-smtpc28a.ng.seznam.cz [10.23.18.40]) id 597bd6b0ef5b69eb597c68c7; Sat, 03 Sep 2022 00:19:51 +0200 (CEST) Received: from localhost.localdomain (mail.ms-free.net [185.147.46.46]) by email-relay30.ng.seznam.cz (Seznam SMTPD 1.3.137) with ESMTP; Sat, 03 Sep 2022 00:19:45 +0200 (CEST) From: Petr Vorel To: buildroot@buildroot.org Date: Sat, 3 Sep 2022 00:19:36 +0200 Message-Id: <20220902221936.969471-1-pevik@seznam.cz> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=beta; t=1662157191; bh=gOpeLnG6oqkUki3X/m2djoR/xcE7JJXcok72bHCKZ4g=; h=Received:From:To:Cc:Subject:Date:Message-Id:X-Mailer:MIME-Version: Content-Transfer-Encoding; b=Wzt4FgtoYsEauyiVYUk3gg405GJi0apTcAgVJwR0+mNVYb8pHpqkfbsgu4G6n9cBX cr4rRbWD1m8dZjL+FlyAEPxZkuBu04wpiOtfn6jvGvLavZNBlyJBiZglhzde9xE0tm TEAQUnmhA1sDQt67w8FN+iNwbXG5jG9m4LOaLJDE= X-Mailman-Original-Authentication-Results: smtp3.osuosl.org; dkim=pass (1024-bit key) header.d=seznam.cz header.i=@seznam.cz header.a=rsa-sha256 header.s=beta header.b=Wzt4Fgto Subject: [Buildroot] [PATCH 1/1] package/ltp-testsuite: build getcontext01.c on musl X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" From: Petr Vorel It was fixed for musl during conversion to the new API in 0f519d0da (released in 20220527). Signed-off-by: Petr Vorel --- package/ltp-testsuite/ltp-testsuite.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index ef70174a55..23be3d25c9 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -81,7 +81,6 @@ LTP_TESTSUITE_UNSUPPORTED_TEST_CASES_$(BR2_TOOLCHAIN_USES_UCLIBC) += \ LTP_TESTSUITE_UNSUPPORTED_TEST_CASES_$(BR2_TOOLCHAIN_USES_MUSL) += \ testcases/kernel/syscalls/fmtmsg/fmtmsg01.c \ - testcases/kernel/syscalls/getcontext/getcontext01.c \ testcases/kernel/syscalls/rt_tgsigqueueinfo/rt_tgsigqueueinfo01.c \ testcases/kernel/syscalls/timer_create/timer_create01.c \ testcases/kernel/syscalls/timer_create/timer_create03.c -- 2.37.2 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot