joyent / libuv

Go to
https://github.com/libuv/libuv
3.27k stars 653 forks source link

linux: handle O_NONBLOCK != SOCK_NONBLOCK case #1587

Closed lucab closed 9 years ago

lucab commented 9 years ago

linux-syscalls.h assumes that on all Linux platforms the value of O_NONBLOCK is the same as SOCK_NONBLOCK. This commit fixes it, as it is at least not true for hppa, and resolves #1442.

Signed-off-by: Luca Bruno lucab@debian.org

bnoordhuis commented 9 years ago

Landed in v0.10 in libuv/libuv@5672bbd. I'll leave the PR open.

saghul commented 9 years ago

@bnoordhuis why leave it open?

bnoordhuis commented 9 years ago

Because I can't close it. I'm not a committer (on joyent/libuv) anymore.

saghul commented 9 years ago

Because I can't close it. I'm not a committer (on joyent/libuv) anymore.

Oh, that. Well, it's closed now!