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

r2632 - in glibc-package/branches/glibc-2.7/debian: . patches patches/hurd-i386



Author: aurel32
Date: 2007-10-28 21:00:39 +0000 (Sun, 28 Oct 2007)
New Revision: 2632

Added:
   glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff
Modified:
   glibc-package/branches/glibc-2.7/debian/changelog
   glibc-package/branches/glibc-2.7/debian/patches/series
Log:
  * Add hurd-i386/local-kernel-features.diff: provide almost empty 
    kernel-features.h for files that include it.




Modified: glibc-package/branches/glibc-2.7/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.7/debian/changelog	2007-10-28 19:43:12 UTC (rev 2631)
+++ glibc-package/branches/glibc-2.7/debian/changelog	2007-10-28 21:00:39 UTC (rev 2632)
@@ -65,6 +65,8 @@
   * Update hurd-i386/submitted-libc_once.diff.
   * Remove hurd-i386/cvs-ioctl-delay.diff (merged).
   * Update hurd-i386/local-tls-support.diff.
+  * Add hurd-i386/local-kernel-features.diff: provide almost empty 
+    kernel-features.h for files that include it.
 
   [ Petr Salinger]
   * any/local-linuxthreads-unwind.diff: provide unwind-resume routine for

Added: glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.7/debian/patches/hurd-i386/local-kernel-features.diff	2007-10-28 21:00:39 UTC (rev 2632)
@@ -0,0 +1,26 @@
+--- /dev/null
++++ sysdeps/mach/hurd/kernel-features.h	
+@@ -0,0 +1,23 @@
++/* Set flags signalling availability of kernel features based on given
++   kernel version number.
++   Copyright (C) 2007 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++/* This file must not contain any C code.  At least it must be protected
++   to allow using the file also in assembler files.  */
++

Modified: glibc-package/branches/glibc-2.7/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-28 19:43:12 UTC (rev 2631)
+++ glibc-package/branches/glibc-2.7/debian/patches/series	2007-10-28 21:00:39 UTC (rev 2632)
@@ -70,6 +70,7 @@
 
 hurd-i386/local-dl-dynamic-weak.diff 
 hurd-i386/local-enable-ldconfig.diff -p0
+hurd-i386/local-kernel-features.diff -p0
 hurd-i386/local-mlock.diff 
 hurd-i386/local-msg-nosignal.diff -p0
 hurd-i386/local-tls.diff 



Reply to: