[Bug 263102] [exp-run] Purging cdefs macros from FreeBSD
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263102] [exp-run] Purging cdefs macros from FreeBSD"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Apr 2022 17:11:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263102 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f08613087a9756886a1f219b67b0e79a1efd5e8c commit f08613087a9756886a1f219b67b0e79a1efd5e8c Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-12 17:06:09 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-12 17:06:09 +0000 Remove checks for __CC_SUPPORTS__INLINE assuming it is always true. All supported compilers (modern versions of GCC and clang) support this. PR: 263102 (exp-run) Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D34802 sys/amd64/include/cpufunc.h | 69 ------------------------------------------ sys/dev/ce/machdep.h | 6 +--- sys/dev/cp/machdep.h | 6 +--- sys/i386/include/cpufunc.h | 74 --------------------------------------------- 4 files changed, 2 insertions(+), 153 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.