OSDN Git Service

Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 2 Jan 2004 09:21:33 +0000 (09:21 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 2 Jan 2004 09:21:33 +0000 (09:21 -0000)
commitbe5aabf5344c5f797fffa3c3ae9347d02ad6cd2e
treed4cb2a9ce62d27a69ccd607701d5276fd4482fb0
parent95a70af5e7511d09d525487aa8f4cb417865ba7d
Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)
Fix (hopefully) a potential problem with failed freopen() calls.  The
  fix isn't tested since I've been working on the replacement stdio
  core code which will go in after the next release.
libc/stdio/stdio.c