Page MenuHomeFreeBSD

Remove check for __CC_SUPPORTS___FUNC__.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
F154867080: D34801.id104919.diff
Wed, Apr 29, 3:30 PM
F154862556: D34801.id104919.diff
Wed, Apr 29, 3:20 PM
Unknown Object (File)
Wed, Apr 29, 3:11 AM
Unknown Object (File)
Wed, Apr 29, 3:06 AM
Unknown Object (File)
Tue, Apr 28, 6:41 PM
Unknown Object (File)
Tue, Apr 28, 6:31 PM
Unknown Object (File)
Mon, Apr 27, 2:53 PM
Unknown Object (File)
Sun, Apr 26, 10:55 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.