(flush_cleanup): Guard list_all_lock to allow compilation without threads.

This commit is contained in:
Andreas Jaeger 2001-07-31 06:43:44 +00:00
parent cd4fa66a28
commit c0ed7e09f0

View file

@ -48,7 +48,9 @@ flush_cleanup (void *not_used)
{
if (run_fp != NULL)
_IO_funlockfile (run_fp);
#ifdef _IO_MTSAFE_IO
_IO_lock_unlock (list_all_lock);
#endif
}
void