aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-20 22:39:45 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:24:01 +0000
commit45aa39f884033997c87f513fe7175f465132e468 (patch)
tree5dc0a0d4ea8e426b773c93472fa0f65980def3c7
parent4d65a7c6951cea0333f1a0c1b32c38489cdfa6c5 (diff)
downloadsrc-45aa39f884033997c87f513fe7175f465132e468.tar.gz
src-45aa39f884033997c87f513fe7175f465132e468.zip
cdefs: Remove __GNUCLIKE___SECTION, it's unused.
__GNUCLIKE___SECTION is unused, remove it. Also remove it from the generated cryptodevh.py script. PR: 275221 (exp-run) Sponsored by: Netflix
-rw-r--r--sys/sys/cdefs.h2
-rw-r--r--tests/sys/opencrypto/cryptodevh.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index ff0981d59d29..10eb0d6ede5f 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -74,8 +74,6 @@
#if defined(__GNUC__)
-#define __GNUCLIKE___SECTION 1
-
#define __GNUCLIKE_CTOR_SECTION_HANDLING 1
#define __GNUCLIKE_BUILTIN_CONSTANT_P 1
diff --git a/tests/sys/opencrypto/cryptodevh.py b/tests/sys/opencrypto/cryptodevh.py
index 9db7d5d12d9c..8f8b384305ce 100644
--- a/tests/sys/opencrypto/cryptodevh.py
+++ b/tests/sys/opencrypto/cryptodevh.py
@@ -23,7 +23,6 @@ def __has_include(x): return 0
def __has_builtin(x): return 0
-__GNUCLIKE___SECTION = 1
__GNUCLIKE_CTOR_SECTION_HANDLING = 1
__GNUCLIKE_BUILTIN_CONSTANT_P = 1
__GNUCLIKE_BUILTIN_VARARGS = 1