mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-30 17:41:16 +03:00
Don't include tls.h if _ISOMAC is defined.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include <stdlib/errno.h>
|
||||
|
||||
#ifdef _ERRNO_H
|
||||
#if defined _ERRNO_H && !defined _ISOMAC
|
||||
|
||||
# include <tls.h> /* Defines USE_TLS. */
|
||||
|
||||
|
Reference in New Issue
Block a user