diff options
author | Andre Przywara <[email protected]> | 2024-08-16 16:32:44 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2024-10-17 18:51:49 +0100 |
commit | a2aa5dcc6393dc08844a3f76aa5b7694fbbf99c8 (patch) | |
tree | 353ad1ce5d6f222009b018fab45134d007b41898 /tools/perf/scripts/python/syscall-counts.py | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) |
kselftest/arm64: signal: drop now redundant GNU_SOURCE definition
The definition of GNU_SOURCE was recently centralised in an upper layer
kselftest Makefile, so the definition in the arm64 signal tests Makefile
is no longer needed. To make things worse, since both definitions are
not strictly identical, the compiler warns about it:
<command-line>: warning: "_GNU_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
Drop the definition in the arm64/signal Makefile.
Fixes: cc937dad85ae ("selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk")
Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions