Messages in this thread |  | | | From | Måns Rullgård <> | | Subject | Re: Quick close of all the open files. | | Date | Tue, 06 Jun 2006 23:39:22 +0100 |
| |
"vamsi krishna" <vamsi.krishnak@gmail.com> writes:
>> For bonus points, how did you verify that all the open files were closed? >> > I checked as follows I did printf("lowest fd = %d",fileno(tmpfile())); > it prints 3
That is proof that at least stdout is still open, or you would not see the output.
-- Måns Rullgård mru@inprovide.com
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |