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

r3072 - in glibc-package/branches/glibc-2.8/debian: . patches patches/alpha



Author: aurel32
Date: 2008-08-10 07:35:48 +0000 (Sun, 10 Aug 2008)
New Revision: 3072

Added:
   glibc-package/branches/glibc-2.8/debian/patches/alpha/submitted-creat64.diff
Modified:
   glibc-package/branches/glibc-2.8/debian/changelog
   glibc-package/branches/glibc-2.8/debian/patches/series
Log:
    - Add patches/alpha/submitted-creat64.diff from Gentoo.



Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog	2008-08-10 06:41:53 UTC (rev 3071)
+++ glibc-package/branches/glibc-2.8/debian/changelog	2008-08-10 07:35:48 UTC (rev 3072)
@@ -62,6 +62,7 @@
     - Remove localedata/cvs-locale-ug_CN.diff (merged).
     - Remove localedata/locale-es_CR.diff (merged).
     - Remove localedata/locale-pt_PT.diff (merged).
+    - Add patches/alpha/submitted-creat64.diff from Gentoo.
     - debian/shlibver: bump to 2.8.
     - debian/locales-depver: bump to 2.8.
   * Convert all patch to patchlevel -p1.  Closes: #485165.

Added: glibc-package/branches/glibc-2.8/debian/patches/alpha/submitted-creat64.diff
===================================================================
--- glibc-package/branches/glibc-2.8/debian/patches/alpha/submitted-creat64.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.8/debian/patches/alpha/submitted-creat64.diff	2008-08-10 07:35:48 UTC (rev 3072)
@@ -0,0 +1,12 @@
+alpha does not have a __NR_creat
+
+http://sourceware.org/bugzilla/show_bug.cgi?id=6650
+
+--- a/sysdeps/unix/sysv/linux/wordsize-64/creat64.c
++++ b/sysdeps/unix/sysv/linux/wordsize-64/creat64.c
+@@ -1 +1,5 @@
+ /* Defined as alias for the syscall.  */
++#include <sysdep.h>
++#ifndef __NR_creat
++#include "../../../../../io/creat64.c"
++#endif

Modified: glibc-package/branches/glibc-2.8/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.8/debian/patches/series	2008-08-10 06:41:53 UTC (rev 3071)
+++ glibc-package/branches/glibc-2.8/debian/patches/series	2008-08-10 07:35:48 UTC (rev 3072)
@@ -36,7 +36,8 @@
 localedata/locale-de_LI.diff 
 localedata/locale-ks_IN.diff 
 
-alpha/local-gcc4.1.diff 
+alpha/local-gcc4.1.diff
+alpha/submitted-creat64.diff
 alpha/submitted-dl-procinfo.diff 
 alpha/submitted-fdatasync.diff 
 alpha/submitted-fpu-round.diff 


Reply to: