• R
    fix handling of EINTR during close() · 82dc1e2e
    Rich Felker 提交于
    austin group interpretation for defect #529
    (http://austingroupbugs.net/view.php?id=529) tightens the
    requirements on close such that, if it returns with EINTR, the file
    descriptor must not be closed. the linux kernel developers vehemently
    disagree with this, and will not change it. we catch and remap EINTR
    to EINPROGRESS, which the standard allows close() to return when the
    operation was not finished but the file descriptor has been closed.
    82dc1e2e
close.c 201 字节