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

r4157 - in glibc-package/branches/eglibc-2.11/debian: . patches patches/alpha



Author: schizo
Date: 2010-02-08 10:52:26 +0000 (Mon, 08 Feb 2010)
New Revision: 4157

Added:
   glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-fcntl_h.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
debian/patches/alpha/local-fcntl_h.diff exercise in futility

Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-07 21:47:42 UTC (rev 4156)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2010-02-08 10:52:26 UTC (rev 4157)
@@ -1,4 +1,4 @@
-eglibc (2.11-0exp3) UNRELEASED; urgency=low
+eglibc (2.11-0exp5) UNRELEASED; urgency=low
 
   [ Clint Adams ]
   * New upstream release:
@@ -40,12 +40,13 @@
     - Update testsuite-checking/expected-results-sparc-linux-gnu-libc
     - Update testsuite-checking/expected-results-sparcv9b-linux-gnu-sparcv9b
     - Remove debian/patches/any/cvs-nis-not-configured.diff (merged)
+  * Add debian/patches/alpha/local-fcntl_h.diff.
 
   [ Aurelien Jarno ]
   * Enable multi-arch.
   * Add debian/patches/s390/cvs-longjmp.diff from upstream to
     fix ____longjmp_chk on s390 and s390x.
-  * Add debian/patches/kfreebsd/local-syscalls_2.11.patch to add chflags, 
+  * Add debian/patches/kfreebsd/local-syscalls_2.11.patch to add chflags,
     fchflags, lchflags syscalls on GNU/kFreeBSD.
 
   [ Samuel Thibault ]
@@ -63,7 +64,7 @@
   * Add kfreebsd/local-dosavesse.diff, which does not work,
     so rather use also added kfreebsd/local-nosavesse.diff
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 07 Feb 2010 17:58:42 +0100
+ -- Clint Adams <schizo@debian.org>  Mon, 08 Feb 2010 05:51:19 -0500
 
 eglibc (2.10.2-7) UNRELEASED; urgency=low
 
@@ -89,11 +90,11 @@
     arguments.
   * Add patches/ia64/submitted-memchr.diff to fix memchr() overshoot on ia64.
     Closes: #563882
-  * Add patches/any/submitted-leading-zero-stack-guard.diff and 
+  * Add patches/any/submitted-leading-zero-stack-guard.diff and
     patches/any/submitted-stack-guard-quick-randomization.diff from Ubuntu and
     Fedora to improve stack randomisation.  Closes: #568488.
   * Update es_CR locale from Marcelo Magallon.  Closes: #567351.
-  * debian/script.in/nsscheck.sh: Only restart services that are currently 
+  * debian/script.in/nsscheck.sh: Only restart services that are currently
     running.  Closes: #528755.
   * Move locales and locales-all to section localization.  Closes: #568753.
 

Added: glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-fcntl_h.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-fcntl_h.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.11/debian/patches/alpha/local-fcntl_h.diff	2010-02-08 10:52:26 UTC (rev 4157)
@@ -0,0 +1,26 @@
+Index: eglibc-2.11/ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
+===================================================================
+--- eglibc-2.11.orig/ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h	2010-02-08 10:12:59.000000000 +0000
++++ eglibc-2.11/ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h	2010-02-08 10:27:17.000000000 +0000
+@@ -87,6 +87,21 @@
+ #ifdef __USE_GNU
+ # define F_SETSIG	10	/* Set number of signal to be sent.  */
+ # define F_GETSIG	11	/* Get number of signal to be sent.  */
++
++# define F_SETOWN_EX     15
++# define F_GETOWN_EX     16
++
++enum __pid_type
++  {
++    F_OWNER_TID = 0,    /* Kernel thread.  */
++    F_OWNER_PID,        /* Process.  */
++    F_OWNER_GID         /* Process group.  */
++  };
++
++struct f_owner_ex {
++        int     type;
++        pid_t   pid;
++};
+ #endif
+ 
+ #ifdef __USE_GNU

Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-07 21:47:42 UTC (rev 4156)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series	2010-02-08 10:52:26 UTC (rev 4157)
@@ -52,6 +52,7 @@
 alpha/submitted-rtld-fPIC.diff
 alpha/submitted-asm-memchr.diff
 alpha/submitted-sock_nonblock.diff
+alpha/local-fcntl_h.diff
 
 amd64/local-biarch.diff
 amd64/local-clone.diff


Reply to: