Page MenuHomeFreeBSD

Remove check for __CC_SUPPORTS___FUNC__.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 4, 1:25 PM
Unknown Object (File)
Sat, Mar 21, 10:08 AM
Unknown Object (File)
Fri, Mar 20, 7:29 PM
Unknown Object (File)
Wed, Mar 18, 2:50 AM
Unknown Object (File)
Sat, Mar 14, 3:38 PM
Unknown Object (File)
Mar 2 2026, 6:22 AM
Unknown Object (File)
Mar 2 2026, 12:41 AM
Unknown Object (File)
Feb 28 2026, 12:00 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

My work didn't progress as far as this, but I can't see this causing any problems at all.

This revision is now accepted and ready to land.Apr 6 2022, 2:35 PM

__func__ is part of C99 ...

... and by default we have sys/conf/kern.mk:CSTD= c99

This revision was automatically updated to reflect the committed changes.