mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
resolv: Reindent preprocessor conditionals following cleanups
This commit is contained in:
@ -542,7 +542,7 @@ res_nclose(res_state statp)
|
||||
}
|
||||
libc_hidden_def (__res_nclose)
|
||||
|
||||
# ifdef _LIBC_REENTRANT
|
||||
#ifdef _LIBC_REENTRANT
|
||||
/* This is called when a thread is exiting to free resources held in _res. */
|
||||
static void __attribute__ ((section ("__libc_thread_freeres_fn")))
|
||||
res_thread_freeres (void)
|
||||
@ -558,4 +558,4 @@ res_thread_freeres (void)
|
||||
}
|
||||
text_set_element (__libc_thread_subfreeres, res_thread_freeres);
|
||||
text_set_element (__libc_subfreeres, res_thread_freeres);
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user