remove bogus extra logic for close cancellability
authorRich Felker <dalias@aerifal.cx>
Mon, 18 Apr 2011 22:42:34 +0000 (18:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 18 Apr 2011 22:42:34 +0000 (18:42 -0400)
like all other syscalls, close should return to the caller if and only
if it successfully performed its action. it is necessary that the
application be able to determine whether the close succeeded.


No differences found