]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2004-01-13 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 13 Jan 2004 20:38:39 +0000 (20:38 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 13 Jan 2004 20:38:39 +0000 (20:38 +0000)
* sysdeps/powerpc/tcb-offsets.sym: Put -- separator line before any
conditionals.

linuxthreads/sysdeps/powerpc/tcb-offsets.sym

index b96a79c01a90b0c50bd3f35ef674aab3780dc293..97f2d652a0275a286a69f89f9c0b85c315140cd3 100644 (file)
@@ -1,9 +1,11 @@
 #include <sysdep.h>
 #include <tls.h>
 
+-- This line separates the #include lines from conditionals.
+
 # ifdef USE_TLS
 
--- Abuse tls.h macros to derive offsets relative to the thread register.
+/* Abuse tls.h macros to derive offsets relative to the thread register.  */
 #  undef __thread_register
 #  define __thread_register    ((void *) 0)
 #  define thread_offsetof(mem) ((void *) &THREAD_SELF->p_##mem - (void *) 0)
@@ -15,4 +17,3 @@
 # endif
 
 MULTIPLE_THREADS_OFFSET                thread_offsetof (multiple_threads)
-