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

r3973 - in glibc-package/branches/eglibc-2.11/debian: . patches/s390



Author: aurel32
Date: 2009-11-13 16:12:20 +0000 (Fri, 13 Nov 2009)
New Revision: 3973

Removed:
   glibc-package/branches/eglibc-2.11/debian/patches/s390/submitted-siginfo.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
Log:
    - Remove debian/patches/s390/submitted-siginfo.diff (merged)



Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2009-11-13 16:08:45 UTC (rev 3972)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2009-11-13 16:12:20 UTC (rev 3973)
@@ -23,6 +23,7 @@
     - Remove debian/patches/powerpc/cvs-readahead.diff (merged)
     - Remove debian/patches/mips/local-lazy-eval.diff (obsolete)
     - Remove debian/patches/ia64/submitted-siginfo.diff (merged)
+    - Remove debian/patches/s390/submitted-siginfo.diff (merged)
 
  -- Clint Adams <schizo@debian.org>  Thu, 12 Nov 2009 17:20:41 -0500
 

Deleted: glibc-package/branches/eglibc-2.11/debian/patches/s390/submitted-siginfo.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/s390/submitted-siginfo.diff	2009-11-13 16:08:45 UTC (rev 3972)
+++ glibc-package/branches/eglibc-2.11/debian/patches/s390/submitted-siginfo.diff	2009-11-13 16:12:20 UTC (rev 3973)
@@ -1,22 +0,0 @@
-2009-07-25  Aurelien Jarno  <aurelien@aurel32.net>
-
-	* sysdeps/unix/sysv/linux/s390/bits/siginfo.h (struct sigevent):
-	Add _tid slot to maintain consistency with kernel.
-
----
- sysdeps/unix/sysv/linux/s390/bits/siginfo.h |    4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/sysdeps/unix/sysv/linux/s390/bits/siginfo.h
-+++ b/sysdeps/unix/sysv/linux/s390/bits/siginfo.h
-@@ -282,6 +282,10 @@
-       {
- 	int _pad[__SIGEV_PAD_SIZE];
- 
-+	/* When SIGEV_SIGNAL and SIGEV_THREAD_ID set, LWP ID of the
-+	   thread to receive the signal.  */
-+	__pid_t _tid;
-+
- 	struct
- 	  {
- 	    void (*_function) (sigval_t);	/* Function to start.	 */


Reply to: