PERFORCE change 168118 for review

Stanislav Sedov stas at FreeBSD.org
Thu Sep 3 16:52:53 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168118

Change 168118 by stas at stas_yandex on 2009/09/03 16:52:15

	- Use correct syscall handler for lseek.

Affected files ...

.. //depot/projects/valgrind/coregrind/m_syswrap/syswrap-freebsd.c#39 edit

Differences ...

==== //depot/projects/valgrind/coregrind/m_syswrap/syswrap-freebsd.c#39 (text+ko) ====

@@ -3755,7 +3755,7 @@
 
    BSDX_(__NR_pwrite7,			sys_pwrite7),			// 476
    BSDX_(__NR_mmap,			sys_mmap7),			// 477
-   BSDX_(__NR_lseek,			sys_lseek),			// 478
+   BSDX_(__NR_lseek,			sys_lseek7),			// 478
    BSDX_(__NR_truncate7,		sys_truncate7),			// 479
 
    BSDX_(__NR_ftruncate7,		sys_ftruncate7),		// 480


More information about the p4-projects mailing list