diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-23 12:35:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-23 12:35:19 +0000 |
commit | 8ff9477238020917610c48f790f522b48fe5a169 (patch) | |
tree | c00c6967747c95300c4053b7507b0e860c1f808d /extra/gcc-uClibc | |
parent | c668edc1a46dc0822745b36d1c7c44c3c23d0e2c (diff) |
IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with]
EINTR [when] the fclose() function was interrupted by a signal". But
looking in the current uClibc stdio.c for some bizarre reason we had a
special case where when errno was EINTR, we would keep on trying
instead. Doh! Fix that,
-Erik
Diffstat (limited to 'extra/gcc-uClibc')
0 files changed, 0 insertions, 0 deletions