[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3472 - in glibc-package/branches/eglibc-2.10/debian: . patches patches/hppa



Author: aurel32
Date: 2009-05-09 23:01:15 +0000 (Sat, 09 May 2009)
New Revision: 3472

Removed:
   glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff
Modified:
   glibc-package/branches/eglibc-2.10/debian/changelog
   glibc-package/branches/eglibc-2.10/debian/patches/series
Log:
    - Remove debian/patches/hppa/cvs-tsd.diff (merged).



Modified: glibc-package/branches/eglibc-2.10/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-09 22:59:31 UTC (rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/changelog	2009-05-09 23:01:15 UTC (rev 3472)
@@ -10,8 +10,8 @@
       accordingly.
     - Remove debian/patches/arm/submitted-setjmp.diff (merged).
     - Remove debian/patches/arm/submitted-fpu_control_h.diff (merged).
+    - Remove debian/patches/hppa/cvs-tsd.diff (merged).
 
-
  -- Aurelien Jarno <aurel32@debian.org>  Tue, 05 May 2009 09:57:43 +0200
 
 eglibc (2.9-13) unstable; urgency=low

Deleted: glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff	2009-05-09 22:59:31 UTC (rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/patches/hppa/cvs-tsd.diff	2009-05-09 23:01:15 UTC (rev 3472)
@@ -1,27 +0,0 @@
-2009-01-07  Arthur Loiret  <aloiret@debian.org>
-
-	* sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-	(MALLOC): Adjust __libc_tsd_define arguments.
-	(tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
-	arguments.
-
----
- ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- a/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-+++ b/ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/malloc-machine.h
-@@ -63,10 +63,10 @@
- #include <bits/libc-tsd.h>
- 
- typedef int tsd_key_t[1];	/* no key data structure, libc magic does it */
--__libc_tsd_define (static, MALLOC)	/* declaration/common definition */
-+__libc_tsd_define (static, void *, MALLOC)	/* declaration/common definition */
- #define tsd_key_create(key, destr)	((void) (key))
--#define tsd_setspecific(key, data)	__libc_tsd_set (MALLOC, (data))
--#define tsd_getspecific(key, vptr)	((vptr) = __libc_tsd_get (MALLOC))
-+#define tsd_setspecific(key, data)	__libc_tsd_set (void *, MALLOC, (data))
-+#define tsd_getspecific(key, vptr)	((vptr) = __libc_tsd_get (void *, MALLOC))
- 
- #include <sysdeps/generic/malloc-machine.h>
- 

Modified: glibc-package/branches/eglibc-2.10/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.10/debian/patches/series	2009-05-09 22:59:31 UTC (rev 3471)
+++ glibc-package/branches/eglibc-2.10/debian/patches/series	2009-05-09 23:01:15 UTC (rev 3472)
@@ -69,7 +69,6 @@
 hppa/submitted-lt.diff
 hppa/submitted-nptl-carlos.diff
 hppa/submitted-pie.diff
-hppa/cvs-tsd.diff
 hppa/local-nptl-compat.diff
 
 hurd-i386/local-dl-dynamic-weak.diff


Reply to: