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

[glibc] 01/02: debian/patches/alpha/submitted-fts64.diff: new patch to fix the new fts64 function on alpha.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.23
in repository glibc.

commit 39783db4f63848e9af6ec0ca6734ee8c750a1d1d
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Thu Mar 24 00:20:55 2016 +0100

    debian/patches/alpha/submitted-fts64.diff: new patch to fix the new fts64 function on alpha.
---
 debian/changelog                          |  2 ++
 debian/patches/alpha/submitted-fts64.diff | 13 +++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f0dd724..da97b8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ glibc (2.23-0experimental1) UNRELEASED; urgency=medium
     hurd-i386/cvs-libpthread.so.diff.
   * debian/patches/kfreebsd/local-tst-unique.diff: disable tst-unique* on
     GNU/kFreeBSD, as they are not supported by the FreeBSD ELF OSABI.
+  * debian/patches/alpha/submitted-fts64.diff: new patch to fix the new fts64
+    function on alpha.
 
   [ Samuel Thibault ]
   * hurd-i386/cvs-libpthread.diff: More updates to glibc-2.23.
diff --git a/debian/patches/alpha/submitted-fts64.diff b/debian/patches/alpha/submitted-fts64.diff
new file mode 100644
index 0000000..3a6cc44
--- /dev/null
+++ b/debian/patches/alpha/submitted-fts64.diff
@@ -0,0 +1,13 @@
+2016-03-22  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/unix/sysv/linux/alpha/fts.c: New file.
+	* sysdeps/unix/sysv/linux/alpha/fts64.c: New file.
+
+--- /dev/null
++++ b/sysdeps/unix/sysv/linux/alpha/fts.c
+@@ -0,0 +1 @@
++#include <io/fts.c>
+--- /dev/null
++++ b/sysdeps/unix/sysv/linux/alpha/fts64.c
+@@ -0,0 +1 @@
++#include <io/fts64.c>
diff --git a/debian/patches/series b/debian/patches/series
index 258a11e..aea0a16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -39,6 +39,7 @@ alpha/submitted-dl-support.diff
 alpha/local-string-functions.diff
 alpha/submitted-fegetenv-namespace.diff
 alpha/submitted-termios_h.diff
+alpha/submitted-fts64.diff
 
 amd64/local-blacklist-for-Intel-TSX.diff
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: