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]

[PATCH] PPC nptl Versions fix


Hartmut Penner writes:

>The Versions script should not contain tabs before the symbol,
>otherwise that symbols are ignored.

Thanks for finding this. The attached patch fixes this.
2004-03-08  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/unix/sysv/linux/powerpc/Versions: Remove leading tabs.


diff -urN libc23-cvstip-20040301/nptl/sysdeps/unix/sysv/linux/powerpc/Versions libc23/nptl/sysdeps/unix/sysv/linux/powerpc/Versions
--- libc23-cvstip-20040301/nptl/sysdeps/unix/sysv/linux/powerpc/Versions	2004-02-13 23:21:58.000000000 -0600
+++ libc23/nptl/sysdeps/unix/sysv/linux/powerpc/Versions	2004-03-05 12:21:19.000000000 -0600
@@ -1,5 +1,5 @@
 libpthread {
   GLIBC_2.3.4 {
-	longjmp; siglongjmp;
+    longjmp; siglongjmp;
   }
 }

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