mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
And also fixes the SINGLE_THREAD_P macro for SINGLE_THREAD_BY_GLOBAL, since header inclusion single-thread.h is in the wrong order, the define needs to come before including sysdeps/unix/sysdep.h. The macro is now moved to a per-arch single-threade.h header. The SINGLE_THREAD_P is used on some more places. Checked on aarch64-linux-gnu and x86_64-linux-gnu.
2 lines
64 B
C
2 lines
64 B
C
#define SINGLE_THREAD_BY_GLOBAL
|
|
#include_next <single-thread.h>
|