- fix build for ppc64

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=13
This commit is contained in:
Dirk Mueller 2010-05-07 11:44:28 +00:00 committed by Git OBS Bridge
parent c625bbc784
commit 3ba3d766f4
2 changed files with 9 additions and 2 deletions

View File

@ -63,11 +63,13 @@
const UInt ML_(syscall_table_size) =
--- coregrind/m_syswrap/syswrap-ppc64-linux.c
+++ coregrind/m_syswrap/syswrap-ppc64-linux.c
@@ -1507,7 +1507,7 @@
@@ -1506,8 +1506,8 @@
LINX_(__NR_eventfd2, sys_eventfd2), // 314
LINXY(__NR_epoll_create1, sys_epoll_create1), // 315
// (__NR_dup3, sys_ni_syscall) // 316
LINXY(__NR_pipe2, sys_pipe2) // 317
- LINXY(__NR_pipe2, sys_pipe2) // 317
- // (__NR_inotify_init1, sys_ni_syscall) // 318
+ LINXY(__NR_pipe2, sys_pipe2), // 317
+ LINXY(__NR_inotify_init1, sys_inotify_init1), // 318
};

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 7 13:44:18 CEST 2010 - dmueller@suse.de
- fix build for ppc64
-------------------------------------------------------------------
Mon Apr 26 16:14:02 CEST 2010 - dmueller@suse.de