Page MenuHomeFreeBSD

libc: Remove prototype and documentation for tzsetwall().
ClosedPublic

Authored by des on Feb 10 2023, 1:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 28 2024, 4:42 AM
Unknown Object (File)
Sep 24 2024, 9:35 AM
Unknown Object (File)
Sep 24 2024, 9:35 AM
Unknown Object (File)
Sep 24 2024, 9:35 AM
Unknown Object (File)
Sep 24 2024, 9:23 AM
Unknown Object (File)
Sep 5 2024, 10:17 AM
Unknown Object (File)
Sep 3 2024, 11:01 AM
Unknown Object (File)
Jul 22 2024, 11:09 PM
Subscribers

Diff Detail

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

Event Timeline

des requested review of this revision.Feb 10 2023, 1:08 AM
des created this revision.

Now that we've restored tzsetwall(3) in stable/13, we can think about removing it from main.

What do programs that call it on main do?

I would like to see an entry in UPDATING please.

This looks good in principle though.

In D38481#882216, @imp wrote:

What do programs that call it on main do?

I'm not sure I understand the question.

I would like to see an entry in UPDATING please.

What for? It does not require user action.

OK. Looks like all the symbol versioning is is place for old binaries.

This revision is now accepted and ready to land.Mar 6 2023, 6:06 PM