mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Don't include tls.h if _ISOMAC is defined.
This commit is contained in:
parent
fc10bc8d32
commit
29cee653e8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include <stdlib/errno.h>
|
#include <stdlib/errno.h>
|
||||||
|
|
||||||
#ifdef _ERRNO_H
|
#if defined _ERRNO_H && !defined _ISOMAC
|
||||||
|
|
||||||
# include <tls.h> /* Defines USE_TLS. */
|
# include <tls.h> /* Defines USE_TLS. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user