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:
88b65ac
)
Include <bits/libc-tsd.h>, not <bits/libc-lock.h>.
author
drepper
<drepper>
Mon, 30 Nov 1998 14:17:38 +0000
(14:17 +0000)
committer
drepper
<drepper>
Mon, 30 Nov 1998 14:17:38 +0000
(14:17 +0000)
linuxthreads/internals.h
patch
|
blob
|
history
diff --git
a/linuxthreads/internals.h
b/linuxthreads/internals.h
index
d11cf84
..
9765402
100644
(file)
--- a/
linuxthreads/internals.h
+++ b/
linuxthreads/internals.h
@@
-16,7
+16,7
@@
/* Includes */
-#include <bits/libc-
lock
.h> /* for _LIBC_TSD_KEY_N */
+#include <bits/libc-
tsd
.h> /* for _LIBC_TSD_KEY_N */
#include <limits.h>
#include <setjmp.h>
#include <signal.h>