projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9fa86
)
Don't include tls.h if _ISOMAC is defined.
author
drepper
<drepper>
Fri, 2 Aug 2002 19:58:24 +0000
(19:58 +0000)
committer
drepper
<drepper>
Fri, 2 Aug 2002 19:58:24 +0000
(19:58 +0000)
include/errno.h
patch
|
blob
|
history
diff --git
a/include/errno.h
b/include/errno.h
index
9969b1f
..
934dae7
100644
(file)
--- a/
include/errno.h
+++ b/
include/errno.h
@@
-2,7
+2,7
@@
#include <stdlib/errno.h>
-#if
def _ERRNO_H
+#if
defined _ERRNO_H && !defined _ISOMAC
# include <tls.h> /* Defines USE_TLS. */