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)
Fri, Nov 14, 11:10 PM
Unknown Object (File)
Thu, Nov 13, 9:31 PM
Unknown Object (File)
Thu, Nov 13, 8:55 PM
Unknown Object (File)
Thu, Nov 13, 4:57 PM
Unknown Object (File)
Wed, Nov 5, 2:11 PM
Unknown Object (File)
Wed, Oct 29, 5:04 PM
Unknown Object (File)
Wed, Oct 29, 5:03 PM
Unknown Object (File)
Wed, Oct 29, 5: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.