]> Zhao Yanbai Git Server - minix.git/commit
. use proper S_ISFIFO for ISFIFO check
authorBen Gras <ben@minix3.org>
Thu, 2 Feb 2006 16:59:07 +0000 (16:59 +0000)
committerBen Gras <ben@minix3.org>
Thu, 2 Feb 2006 16:59:07 +0000 (16:59 +0000)
commita3bda44a41c419a1904d38c0fc00b39f5ba105d3
treecad9c811830c6d686051ece50601767782f5e032
parent17f48fc972fbdbfc2de639fe7dd383bfe70d732b
. use proper S_ISFIFO for ISFIFO check
. ignore ESPIPE error from lseek() in fflush() on read streams
  (because fifo's aren't detected when stdin, stdout or stderr)
lib/stdio/fflush.c
lib/stdio/fopen.c
lib/stdio/freopen.c