Page MenuHomeFreeBSD

Make syscall_(de)register() static.
AbandonedPublic

Authored by brooks on Feb 12 2018, 5:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 25 2024, 10:27 PM
Unknown Object (File)
Mar 2 2024, 4:37 PM
Unknown Object (File)
Jan 9 2024, 4:48 PM
Unknown Object (File)
Dec 6 2023, 8:05 PM
Unknown Object (File)
May 23 2023, 10:07 AM
Unknown Object (File)
Jan 7 2023, 10:58 AM
Unknown Object (File)
Dec 22 2022, 1:09 PM
Subscribers
None

Details

Reviewers
jhb
cem
Summary

No in-tree consumers of this interface remain and
syscall_helper_(de)register(9) is document, easier to use, and more
functional.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14977
Build 15088: arc lint + arc unit

Event Timeline

I don't know too much about these interfaces, but I don't see any problem with it.

This revision is now accepted and ready to land.Feb 12 2018, 5:16 PM

Upon further reflection is the wrong approach. These functions should be combined with syscall32_(de)register.