Page MenuHomeFreeBSD

libc: Deprecate readdir_r()
ClosedPublic

Authored by des on Aug 1 2025, 4:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 6:17 AM
Unknown Object (File)
Sat, Feb 28, 4:09 PM
Unknown Object (File)
Thu, Feb 26, 1:58 AM
Unknown Object (File)
Mon, Feb 23, 2:00 PM
Unknown Object (File)
Mon, Feb 16, 4:48 PM
Unknown Object (File)
Mon, Feb 16, 4:48 PM
Unknown Object (File)
Dec 18 2025, 6:18 PM
Unknown Object (File)
Dec 18 2025, 6:18 PM
Subscribers

Details

Summary

This function was never safe to use. We marked it deprecated in the
manual page in 2016, and it is marked obsolete in POSIX 2024. Add a
linker warning and annotate the prototype.

Sponsored by: Klara, Inc.

Diff Detail

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