Page MenuHomeFreeBSD

Export scandir_b from libc.
ClosedPublic

Authored by kib on Aug 10 2020, 5:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 16, 2:25 PM
Unknown Object (File)
Dec 8 2024, 9:59 PM
Unknown Object (File)
Nov 23 2024, 8:21 AM
Unknown Object (File)
Nov 22 2024, 1:22 AM
Unknown Object (File)
Nov 21 2024, 10:37 PM
Unknown Object (File)
Nov 18 2024, 10:48 AM
Unknown Object (File)
Oct 31 2024, 10:46 PM
Unknown Object (File)
Oct 3 2024, 1:50 AM
Subscribers

Details

Summary

Apparently it was not exported, because scandir_b.c was not included into libc SRCS.
Export it with the CURRENT-13 version.

Also, because it was not exported before ino64, clean up scandir-compat11.c.

PR: 248572
Reported by: Alex S <iwtcex@gmail.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Aug 10 2020, 5:14 PM
emaste added inline comments.
lib/libc/gen/scandir-compat11.c
60 ↗(On Diff #75641)

Maybe a comment about why we omit freebsd11_scandir_b?

This revision is now accepted and ready to land.Aug 10 2020, 5:27 PM
This revision was automatically updated to reflect the committed changes.