Re: Quick close of all the open files.

From: Måns Rullgård
Date: Tue Jun 06 2006 - 18:39:27 EST


"vamsi krishna" <vamsi.krishnak@xxxxxxxxx> 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@xxxxxxxxxxxxx

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/