mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
*** empty log message ***
Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * stdio-common/vfprintf.c: Include <libc-lock.h>.
This commit is contained in:
@@ -49,7 +49,7 @@ __new_exitfn (void)
|
||||
struct exit_function_list *l;
|
||||
size_t i = 0;
|
||||
|
||||
__libc_lock_lock (lock)
|
||||
__libc_lock_lock (lock);
|
||||
|
||||
for (l = __exit_funcs; l != NULL; l = l->next)
|
||||
{
|
||||
@@ -84,7 +84,7 @@ __new_exitfn (void)
|
||||
if (l != NULL)
|
||||
l->fns[i].flavor = ef_us;
|
||||
|
||||
__libc_lock_unlock (lock)
|
||||
__libc_lock_unlock (lock);
|
||||
|
||||
return l == NULL ? NULL : &l->fns[i];
|
||||
}
|
||||
|
Reference in New Issue
Block a user