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:
577b345
)
Include ldsodefs.h, not elf/ldsodefs.h.
author
drepper
<drepper>
Mon, 19 Oct 1998 15:20:47 +0000
(15:20 +0000)
committer
drepper
<drepper>
Mon, 19 Oct 1998 15:20:47 +0000
(15:20 +0000)
malloc/mtrace.c
patch
|
blob
|
history
diff --git
a/malloc/mtrace.c
b/malloc/mtrace.c
index
ec551ff
..
57c9dff
100644
(file)
--- a/
malloc/mtrace.c
+++ b/
malloc/mtrace.c
@@
-28,9
+28,7
@@
#include <bits/libc-lock.h>
#endif
-#ifdef HAVE_ELF
-#include <elf/ldsodefs.h>
-#endif
+#include <ldsodefs.h>
#include <stdio.h>