Work around glibc's failure to reset seekable stdin on exit.
authorEric Blake <ebb9@byu.net>
Thu, 12 Apr 2007 16:11:40 +0000 (16:11 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 12 Apr 2007 16:11:40 +0000 (16:11 +0000)
commitcc133e1865af68b87b61e558fa5e40a302f60c76
tree2ad758fedfe6c8772f5d07927e7e8388cc082bbe
parent0a77b3276bd6d0555f8a657a7815a3bb23dea49c
Work around glibc's failure to reset seekable stdin on exit.
* modules/closein: New module.
* lib/closein.c: New file.
* lib/closein.h: Likewise.
* m4/closein.m4: Likewise.
* MODULES.html.sh (File stream based Input/Output): Document it.
ChangeLog
MODULES.html.sh
lib/closein.c [new file with mode: 0644]
lib/closein.h [new file with mode: 0644]
m4/closein.m4 [new file with mode: 0644]
modules/closein [new file with mode: 0644]