Commit b1ca7526 authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Remove open_cloexec() and creat_cloexec() functions.

O_CLOEXEC is POSIX1.2008, so the macro test and fallback code are no longer
necessary. Each functions was only used once, so replace with equivalent calls
to open().
parent 250744a5
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