HomePhabricator

fix !O_NONBLOCK where ~O_NONBLOCK was meant
fe9e88cb06cfUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

fix !O_NONBLOCK where ~O_NONBLOCK was meant

Using ! on a non-zero value will always return 0.

Also remove some duplicate and superfluous code in other places.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Apr 27 2013, 12:27
deadalnixPushed on May 14 2017, 22:04
Parents
rABC3c3164da736d: Merge pull request #2572 from laanwj/2013_04_wasted_space
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCfe9e88cb06cf: fix !O_NONBLOCK where ~O_NONBLOCK was meant (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Apr 27 2013, 13:37