Page MenuHomeFreeBSD

Make new POSIX functions visible
Needs ReviewPublic

Authored by shurd on Mon, Dec 2, 3:41 AM.

Details

Reviewers
imp
des
allanjude
Summary

Some of the POSIX 202405L functions are already in the system, make
them visible when appropriate.

Test Plan

Whip up some simple tests that call the functions using _POSIX_C_SOURCE
Make sure they confirm to POSIX (qsort_r especially)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 60906
Build 57790: arc lint + arc unit

Event Timeline

shurd requested review of this revision.Mon, Dec 2, 3:41 AM
shurd created this revision.
shurd added inline comments.
include/dlfcn.h
87

Also, that semi-colon is UGly.

include/time.h
190

I don't understand why this macro was hidden in the first place to be honest.