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
1 changed files with 1 additions and 1 deletions

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. */