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)
Thu, Mar 7, 7:27 PM
Unknown Object (File)
Thu, Mar 7, 7:27 PM
Unknown Object (File)
Thu, Mar 7, 7:27 PM
Unknown Object (File)
Thu, Mar 7, 7:15 PM
Unknown Object (File)
Feb 10 2024, 12:02 AM
Unknown Object (File)
Feb 5 2024, 2:12 PM
Unknown Object (File)
Dec 20 2023, 2:18 PM
Unknown Object (File)
Dec 20 2023, 7:02 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.