Don't include tls.h if _ISOMAC is defined.
authorUlrich Drepper <drepper@redhat.com>
Fri, 2 Aug 2002 19:58:24 +0000 (19:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 2 Aug 2002 19:58:24 +0000 (19:58 +0000)
include/errno.h

index 9969b1f..934dae7 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <stdlib/errno.h>
 
-#ifdef _ERRNO_H
+#if defined _ERRNO_H && !defined _ISOMAC
 
 # include <tls.h>              /* Defines USE_TLS.  */