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)
commit61b56a8d2151a60ec67a459a9d325b29c5dc3b41
tree529d8346832f6e29eb06c228768b9977ec64c899
parent1bc44a473431228f5b46652740cb967a0de16e9e
remove bogus extra logic for close cancellability

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.
src/unistd/close.c