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
F147838268: D50734.id156663.diff
Sat, Mar 14, 1:58 AM
F147808789: D50734.id156663.diff
Fri, Mar 13, 8:11 PM
F147787266: D50734.id156664.diff
Fri, Mar 13, 3:57 PM
Unknown Object (File)
Fri, Mar 13, 2:44 AM
Unknown Object (File)
Fri, Mar 13, 1:16 AM
Unknown Object (File)
Thu, Mar 12, 7:30 PM
Unknown Object (File)
Tue, Mar 10, 11:11 PM
Unknown Object (File)
Tue, Mar 10, 12:15 PM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 64697
Build 61581: arc lint + arc unit

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.