Page MenuHomeFreeBSD

atf-c(3): fill in prototypes for functions
ClosedPublic

Authored by ngie on Jun 7 2025, 3:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 29, 8:13 PM
Unknown Object (File)
Sat, Jul 25, 2:03 PM
Unknown Object (File)
Fri, Jul 24, 3:07 PM
Unknown Object (File)
Sun, Jul 19, 6:29 PM
Unknown Object (File)
Sun, Jul 19, 12:57 AM
Unknown Object (File)
Sat, Jul 18, 6:31 PM
Unknown Object (File)
Sat, Jul 18, 3:15 PM
Unknown Object (File)
Sat, Jul 18, 1:16 AM

Details

Summary

This change fills in prototypes for functions exposed by atf-c(3) to aid
the programmer with using the APIs with the library.

Diff Detail

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

Event Timeline

ngie requested review of this revision.Jun 7 2025, 3:17 AM

Fix bad function specs for atf_tc_expect_signal / atf_tc_expect_death

Don't forget bump .Dd field.

This revision is now accepted and ready to land.Jun 7 2025, 6:53 AM

Don't forget bump .Dd field.

Thanks for the reminder! I have a script for that :)... https://github.com/ngie-eign/freebsd-powertools/blob/main/shell/manpage_Dd_bump.sh

This revision was automatically updated to reflect the committed changes.