Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2023 03:15:46 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7b7975e03269 - main - cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.h
Message-ID:  <202311200315.3AK3FkTG004960@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b7975e03269df37fac59d660806b8708ca0e862

commit 7b7975e03269df37fac59d660806b8708ca0e862
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-20 02:35:53 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-20 02:35:53 +0000

    cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.h
    
    It's been unused for quite some time, so remove it from sys/cdefs.h.
    
    Exp Run PR:             275123
    Sponsored by:           Netflix
---
 sys/sys/cdefs.h                    | 1 -
 tests/sys/opencrypto/cryptodevh.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 4893ae1662b8..4f2c374a81cb 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -82,7 +82,6 @@
 #else
 #define	__GNUCLIKE_ASM 2
 #endif
-#define	__GNUCLIKE___TYPEOF 1
 #define	__GNUCLIKE___SECTION 1
 
 #define	__GNUCLIKE_CTOR_SECTION_HANDLING 1
diff --git a/tests/sys/opencrypto/cryptodevh.py b/tests/sys/opencrypto/cryptodevh.py
index 292078292833..6cb33c4672e9 100644
--- a/tests/sys/opencrypto/cryptodevh.py
+++ b/tests/sys/opencrypto/cryptodevh.py
@@ -25,7 +25,6 @@ def __has_builtin(x): return 0
 
 __GNUCLIKE_ASM = 3
 __GNUCLIKE_ASM = 2
-__GNUCLIKE___TYPEOF = 1
 __GNUCLIKE___SECTION = 1
 __GNUCLIKE_CTOR_SECTION_HANDLING = 1
 __GNUCLIKE_BUILTIN_CONSTANT_P = 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311200315.3AK3FkTG004960>