rpms/valgrind/F-12 valgrind-3.5.0-inotify-init1.patch,1.1,1.2

Jakub Jelinek jakub at fedoraproject.org
Mon Oct 12 15:29:23 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/valgrind/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5849

Modified Files:
	valgrind-3.5.0-inotify-init1.patch 
Log Message:
3.5.0-2

valgrind-3.5.0-inotify-init1.patch:
 b/coregrind/m_syswrap/priv_syswrap-linux.h               |    1 
 b/coregrind/m_syswrap/syswrap-amd64-linux.c              |    4 +--
 b/coregrind/m_syswrap/syswrap-linux.c                    |   18 +++++++++++++++
 b/coregrind/m_syswrap/syswrap-x86-linux.c                |    4 +--
 valgrind-3.5.0/coregrind/m_syswrap/syswrap-ppc32-linux.c |    4 +--
 valgrind-3.5.0/coregrind/m_syswrap/syswrap-ppc64-linux.c |    4 +--
 6 files changed, 27 insertions(+), 8 deletions(-)

Index: valgrind-3.5.0-inotify-init1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/valgrind/F-12/valgrind-3.5.0-inotify-init1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- valgrind-3.5.0-inotify-init1.patch	12 Oct 2009 15:18:45 -0000	1.1
+++ valgrind-3.5.0-inotify-init1.patch	12 Oct 2009 15:29:23 -0000	1.2
@@ -80,7 +80,7 @@ index 90eb512..180e36b 100644
 -   LINXY(__NR_pipe2,             sys_pipe2)             // 331
 -   //   (__NR_inotify_init1,     sys_ni_syscall)        // 332
 +   LINXY(__NR_pipe2,             sys_pipe2),            // 331
-+   LINKX_(__NR_inotify_init1,    sys_inotify_init1)     // 332
++   LINX_(__NR_inotify_init1,     sys_inotify_init1)     // 332
  };
  
  const UInt ML_(syscall_table_size) = 




More information about the fedora-extras-commits mailing list