NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: standards/22594 (setkey(3) is in user namespace)



Synopsis: setkey(3) is in user namespace

State-Changed-From-To: open->closed
State-Changed-By: riastradh%NetBSD.org@localhost
State-Changed-When: Mon, 09 Sep 2024 00:35:10 +0000
State-Changed-Why:
setkey declaration is restricted to:
- _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED, or
- _XOPEN_SOURCE >= 500, or
- _NETBSD_SOURCE,
which I think adequately covers this issue.  Programs that define, say,
_POSIX_C_SOURCE=200809L will not have this exposed.





Home | Main Index | Thread Index | Old Index