Page MenuHomeFreeBSD

libc: centralize ntoh symbols
ClosedPublic

Authored by brooks on Nov 15 2023, 4:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 30 2024, 4:49 PM
Unknown Object (File)
Apr 30 2024, 4:49 PM
Unknown Object (File)
Apr 30 2024, 4:49 PM
Unknown Object (File)
Apr 30 2024, 10:10 AM
Unknown Object (File)
Feb 8 2024, 8:36 PM
Unknown Object (File)
Jan 21 2024, 12:32 AM
Unknown Object (File)
Jan 21 2024, 12:24 AM
Unknown Object (File)
Jan 10 2024, 11:23 PM
Subscribers
None

Details

Summary

These are implemented by net/ntoh.c via headers and compiler intrinsics
so declare them in net/Symbol.map.

Diff Detail

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

Event Timeline

Yes these shouldn't have been MD

This revision is now accepted and ready to land.Nov 15 2023, 6:32 PM
lib/libc/net/Symbol.map
69

Shouldn't 'ntoh*' placed in the 'n' block of the version?

lib/libc/net/Symbol.map
69

This file (for good or ill) seem to group things by function and only loosely alphabetically. For example see the get* above with related end* and set*.

This revision was automatically updated to reflect the committed changes.