This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: link.h


Dear Dittrich:



I met same problem.
I use the patch which is attached with this mail.
However I did not know whether this is correct or not.

Klaus Dittrich wrote:

glibc-2_3-branch

link.h includes bits/link.h which does not get installed.






-- Takeharu KATO

--- glibc-current.orig/elf/Makefile	2005-01-07 23:00:18.000000000 +0900
+++ glibc-current/elf/Makefile	2005-01-10 02:40:53.890172232 +0900
@@ -20,7 +20,7 @@
 
 subdir		:= elf
 
-headers		= elf.h bits/elfclass.h link.h
+headers		= elf.h bits/elfclass.h link.h bits/link.h
 routines	= $(dl-routines) dl-support dl-iteratephdr \
 		  dl-addr enbl-secure dl-profstub \
 		  dl-origin dl-libc dl-sym dl-tsd

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]