1
0
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:
Ulrich Drepper
2002-08-02 19:58:24 +00:00
parent fc10bc8d32
commit 29cee653e8

View File

@@ -2,7 +2,7 @@
#include <stdlib/errno.h>
#ifdef _ERRNO_H
#if defined _ERRNO_H && !defined _ISOMAC
# include <tls.h> /* Defines USE_TLS. */