The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8ae4bb9398aab07bea5b0fe027e74eb2596e2160
commit 8ae4bb9398aab07bea5b0fe027e74eb2596e2160 Author: Warner Losh <[email protected]> AuthorDate: 2023-11-20 02:36:51 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2023-11-20 02:36:51 +0000 cdefs: remove __GNUCLIKE_MATH_BUILTIN_CONSTANTS Exp Run PR: 275123 Sponsored by: Netflix --- sys/sys/cdefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 1829e19639c8..549a51a00893 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -76,9 +76,6 @@ #if defined(__GNUC__) -#if __GNUC__ >= 3 -#define __GNUCLIKE_MATH_BUILTIN_CONSTANTS -#endif #define __GNUCLIKE___SECTION 1 #define __GNUCLIKE_CTOR_SECTION_HANDLING 1
