OSDN Git Service

remove useless and confusing parentheses in stdio __towrite function
authorRich Felker <dalias@aerifal.cx>
Sat, 24 Feb 2018 16:33:18 +0000 (11:33 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 24 Feb 2018 16:33:18 +0000 (11:33 -0500)
commit52d42b5888c79fd30d7c16c59941f5ef87f745ad
treeb29a426058b3faa3d831421176a312826d2f4462
parente7eeeb9f2a4a358fb0bbed81e145ef5538ff60f0
remove useless and confusing parentheses in stdio __towrite function

they seem to be relics of e3cd6c5c265cd481db6e0c5b529855d99f0bda30
where this code was refactored from a check that previously masked
against (F_ERR|F_NOWR) instead of just F_NOWR.
src/stdio/__towrite.c