mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
(flush_cleanup): Guard list_all_lock to allow compilation without threads.
This commit is contained in:
parent
cd4fa66a28
commit
c0ed7e09f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user