PERFORCE change 169133 for review

Stanislav Sedov stas at FreeBSD.org
Fri Oct 2 15:12:22 UTC 2009


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

Change 169133 by stas at stas_yandex on 2009/10/02 15:11:31

	- Use the same exit(2) parameter name as other OSes does - that's
	  what regressions tests expect.

Affected files ...

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

Differences ...

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

@@ -693,7 +693,7 @@
    ThreadState* tst;
 
    PRINT("exit( %ld )", ARG1);
-   PRE_REG_READ1(void, "exit", int, exitcode);
+   PRE_REG_READ1(void, "exit", int, status);
    tst = VG_(get_ThreadState)(tid);
 
    /* Mark all threads (including this one) to exit. */


More information about the p4-projects mailing list