This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug linuxthreads/2382] New: [PATCH] fix location of included bits/libc-tsd.h


With changes in  HEAD, there is no longer sysdeps/generic/bits/libc-tsd.h,
which is included from linuxthreads/sysdeps/pthread/bits/libc-tsd.h.

Petr

--- linuxthreads/sysdeps/pthread/bits/libc-tsd.h        3 Jan 2003 22:29:51
-0000       1.9
+++ linuxthreads/sysdeps/pthread/bits/libc-tsd.h        22 Feb 2006 09:16:51 -0000
@@ -26,7 +26,7 @@
 #if USE_TLS && HAVE___THREAD
 
 /* When __thread works, the generic definitionsysdeps/generic/bits/libc-tsd.h
is what we want.  */
-# include <sysdeps/generic/bits/libc-tsd.h>
+# include_next <bits/libc-tsd.h>
 
 #else

-- 
           Summary: [PATCH] fix location of included bits/libc-tsd.h
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: linuxthreads
        AssignedTo: drow at false dot org
        ReportedBy: Petr dot Salinger at seznam dot cz
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2382

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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