Author :
millert
Date :
2020-07-20 18:57:19
Hash :95944651 Message :If closefile() is called on std{in,out,err}, freopen() /dev/null instead.
Otherwise, awk will continue trying to perform I/O on a closed stdio stream.
This appears to be consistent with how gawk behaves. OK tim@