]> mj.ucw.cz Git - libucw.git/commit
Introduced bfdopen_shared() which behaves like bfdopen(), but on
authorMartin Mares <mj@ucw.cz>
Mon, 23 Sep 2002 21:20:02 +0000 (21:20 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 23 Sep 2002 21:20:02 +0000 (21:20 +0000)
commit3b0d474dd52fab80a5adca3b4b82c2db47a88657
tree98db1c16dacc2d964503a2ec77ee587a993bfe7e
parent43ad0ca991bb413356651deac398aea6a92eb52d
Introduced bfdopen_shared() which behaves like bfdopen(), but on
bclose() the fd is left open. Especially useful for buffering stdin/out.
lib/buckettool.c
lib/fastbuf.h
lib/fb-file.c