selftests/cgroup: Drop define _GNU_SOURCE
authorEdward Liaw <edliaw@google.com>
Fri, 10 May 2024 00:06:25 +0000 (00:06 +0000)
committerTejun Heo <tj@kernel.org>
Mon, 13 May 2024 17:02:36 +0000 (07:02 -1000)
_GNU_SOURCE is provided by lib.mk, so it should be dropped to prevent
redefinition warnings.

Signed-off-by: Edward Liaw <edliaw@google.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/cgroup_util.c
tools/testing/selftests/cgroup/test_core.c
tools/testing/selftests/cgroup/test_cpu.c
tools/testing/selftests/cgroup/test_hugetlb_memcg.c
tools/testing/selftests/cgroup/test_kmem.c
tools/testing/selftests/cgroup/test_memcontrol.c
tools/testing/selftests/cgroup/test_zswap.c

index 432db923bced0c522138e8423c19297a2317ad5c..ce16a50ecff87e49b87208d6fc84c86e9e4b0139 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-
-#define _GNU_SOURCE
-
 #include <errno.h>
 #include <fcntl.h>
 #include <linux/limits.h>
index a5672a91d273ced50a1582297e9711ac0012fa2f..de8baad460222de738bac58259db5afcf5670630 100644 (file)
@@ -1,6 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-
-#define _GNU_SOURCE
 #include <linux/limits.h>
 #include <linux/sched.h>
 #include <sys/types.h>
index dad2ed82f3ef7c0996d79333f72384941ee76c70..5a4a314f6af7e8704d755deb9f5df10153758bcd 100644 (file)
@@ -1,6 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-
-#define _GNU_SOURCE
 #include <linux/limits.h>
 #include <sys/sysinfo.h>
 #include <sys/wait.h>
index 856f9508ea562e08bb6dc9d1ca6cb6f3be717e31..80d05d50a42db30a8eb39a42388f576f5ae7f516 100644 (file)
@@ -1,6 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-#define _GNU_SOURCE
-
 #include <linux/limits.h>
 #include <sys/mman.h>
 #include <stdio.h>
index 96693d8772be244874545f6e33726d7561e21aea..2e453ac50c0d674ff65a84748c211db347dd9ff4 100644 (file)
@@ -1,6 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-#define _GNU_SOURCE
-
 #include <linux/limits.h>
 #include <fcntl.h>
 #include <stdio.h>
index 41ae8047b889579e751129578be04b7c42ab4d07..c871630d62a3aef2e8edfb2b106f2f6184f1e47f 100644 (file)
@@ -1,6 +1,4 @@
 /* SPDX-License-Identifier: GPL-2.0 */
-#define _GNU_SOURCE
-
 #include <linux/limits.h>
 #include <linux/oom.h>
 #include <fcntl.h>
index fa571bfd24328475d90e0aee265701223a3d34eb..8418a8d7439f5d0e614b6b1db21324e2dc33861d 100644 (file)
@@ -1,6 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-#define _GNU_SOURCE
-
 #include <linux/limits.h>
 #include <unistd.h>
 #include <stdio.h>