Unverified Commit 910ec6ff authored by Mark de Wever's avatar Mark de Wever Committed by GitHub
Browse files

[libc++] Undeprecate POSIX STREAM macros. (#88296)

LWG3869 Deprecate std::errc constants related to UNIX STREAMS

deprecates the POSIX macros ENODATA, ENOSR, ENOSTR, and ETIME. These
were deprecated in libc++ in
https://github.com/llvm/llvm-project/pull/80542

. Based on the post
commit feedback the macro are no longer deprecated. Instead libc++
leaves the deprecation to the provider of errno.h.

---------

Co-authored-by: default avatarHristo Hristov <zingam@outlook.com>
Co-authored-by: default avatarLouis Dionne <ldionne.2@gmail.com>
parent 1a895bd9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment