From: Ulrich Drepper Date: Fri, 2 Aug 2002 19:58:24 +0000 (+0000) Subject: Don't include tls.h if _ISOMAC is defined. X-Git-Tag: upstream/2.30~21553 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29cee653e8d7999e24a8567da45e063f47c2bc49;p=external%2Fglibc.git Don't include tls.h if _ISOMAC is defined. --- diff --git a/include/errno.h b/include/errno.h index 9969b1f..934dae7 100644 --- a/include/errno.h +++ b/include/errno.h @@ -2,7 +2,7 @@ #include -#ifdef _ERRNO_H +#if defined _ERRNO_H && !defined _ISOMAC # include /* Defines USE_TLS. */