From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by sourceware.org (Postfix) with ESMTPS id 34AE83835555 for ; Wed, 7 Dec 2022 21:22:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 34AE83835555 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oi1-x230.google.com with SMTP id k189so3124625oif.7 for ; Wed, 07 Dec 2022 13:22:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=1uYf2V6RPXbZF3dKzZuraNKMx1LFHFLk7pA+VH/ZlsU=; b=NXgBc1fGvuxOsR/Swm7sse1BVs+sbcN13UU41Z5Qpjj/B6Wd7zuM887dHcR2sTQJPz DtDTWpY549teG8aIdEpJffiYL06JhoJSr+GzYT/Au7UFBfi9eFe3FRp+Z4+BJdn5zQ5M Kppks9laJ10mKCuBOgJ2k0ggB0sAkX/3KXNQtgFOqjSuHpnKP9hPJK9lKjroDYDgnuiO 4FIzFbiFudJt1k4M27L0ctToSQS+x02i51zBKY/bi/EeTKiuuJPrWSpd2lYeRql27Siw xNPzwPTWA3elVGXN+265FaYitL0lu8tx6rSe1tmf93O+9P7DEiWMciSzvkxcny1GWMLr s9+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=1uYf2V6RPXbZF3dKzZuraNKMx1LFHFLk7pA+VH/ZlsU=; b=WM3b6g6JZi187zFfA30SNuUK98lkMfvujv6rMYhdCHa5zr24/4FjgJVBJPdidMJQUH 0ig2wNNgF0+H9/oBj1g96z5Np8WlxURJoFmWGwh0w38kj4IHjRwPer+aXt2PL1p4n4m3 k53pGM4+UTZD9V7pPwhnn1FbK4x4KFuwvw5LfG3XHMc4rN0cmHqPC0FYFyus6ZXLZ04m rb32+n4pzimmzNhKB9ap3E6sSVk0wcvrT+QT8Bz6F9e6IchH7JJ/J+1yvEgMRDwSDtK/ FefcGGDeoINijj0S5JLAEY6uMd4OszB/+9goMrHe8sd5d4U+wa7z3izsT22xj5iFxK2f DJRQ== X-Gm-Message-State: ANoB5plvH1tsjzovSKHLpywYtGvuHlXCd3g7zsiD+CiOMsaO+KdpOUk4 0E+aAMy8hzdvREhm0hy4U1WmKhVizcZKU/uZfgs= X-Google-Smtp-Source: AA0mqf7P2euDW2+RbaWVgJu77wWs9T8DHh2C5+R1Bkq5w7hEbEmuxNtHNA9K16O1pLdVyHcMoe94EQ== X-Received: by 2002:a05:6808:1649:b0:34f:335e:6bb8 with SMTP id az9-20020a056808164900b0034f335e6bb8mr34916517oib.213.1670448176383; Wed, 07 Dec 2022 13:22:56 -0800 (PST) Received: from mandiga.. ([2804:1b3:a7c2:6793:2c6f:f2fc:30ca:36c1]) by smtp.gmail.com with ESMTPSA id n189-20020aca59c6000000b0035a64076e0bsm9870305oib.37.2022.12.07.13.22.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 13:22:56 -0800 (PST) From: Adhemerval Zanella To: libc-alpha@sourceware.org, Carlos O'Donell Subject: [PATCH v2 4/5] Linux: Remove unused generic Makefile Date: Wed, 7 Dec 2022 18:22:45 -0300 Message-Id: <20221207212246.2384051-5-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221207212246.2384051-1-adhemerval.zanella@linaro.org> References: <20221207212246.2384051-1-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.6 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Both are already defined on default linux Makefile. --- sysdeps/unix/sysv/linux/Makefile | 2 ++ sysdeps/unix/sysv/linux/generic/Makefile | 3 --- sysdeps/unix/sysv/linux/syscalls.list | 2 -- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/generic/Makefile diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 60e4cb1521..632b49e9ec 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -69,6 +69,8 @@ sysdep_routines += adjtimex clone umount umount2 readahead sysctl \ clone3 clone-internal \ fanotify_mark \ mremap \ + epoll_create \ + inotify_init CFLAGS-gethostid.c = -fexceptions CFLAGS-tee.c = -fexceptions -fasynchronous-unwind-tables diff --git a/sysdeps/unix/sysv/linux/generic/Makefile b/sysdeps/unix/sysv/linux/generic/Makefile deleted file mode 100644 index 7e27e79772..0000000000 --- a/sysdeps/unix/sysv/linux/generic/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -ifeq ($(subdir),misc) -sysdep_routines += epoll_create inotify_init -endif diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index b9f45463c5..73e941ef89 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -6,7 +6,6 @@ capget EXTRA capget i:pp capget capset EXTRA capset i:pp capset create_module EXTRA create_module 3 __compat_create_module create_module@GLIBC_2.0:GLIBC_2.23 delete_module EXTRA delete_module 3 delete_module -epoll_create EXTRA epoll_create i:i epoll_create epoll_create1 EXTRA epoll_create1 i:i epoll_create1 epoll_ctl EXTRA epoll_ctl i:iiip epoll_ctl eventfd EXTRA eventfd2 i:ii eventfd @@ -28,7 +27,6 @@ getresgid - getresgid i:ppp getresgid getsid - getsid i:i getsid init_module EXTRA init_module 5 init_module inotify_add_watch EXTRA inotify_add_watch i:isi inotify_add_watch -inotify_init EXTRA inotify_init i: inotify_init inotify_init1 EXTRA inotify_init1 i:I inotify_init1 inotify_rm_watch EXTRA inotify_rm_watch i:ii inotify_rm_watch ioperm - ioperm i:UUi ioperm -- 2.34.1