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)
Mar 12 2025, 3:53 AM
Unknown Object (File)
Mar 11 2025, 1:07 AM
Unknown Object (File)
Feb 25 2025, 6:59 AM
Unknown Object (File)
Feb 23 2025, 9:37 PM
Unknown Object (File)
Feb 23 2025, 7:50 PM
Unknown Object (File)
Feb 23 2025, 2:00 PM
Unknown Object (File)
Feb 20 2025, 3:40 AM
Unknown Object (File)
Feb 7 2025, 10:18 AM
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.