PERFORCE change 152516 for review

Peter Wemm peter at FreeBSD.org
Wed Nov 5 01:48:23 PST 2008


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

Change 152516 by peter at peter_overcee on 2008/11/05 09:47:31

	Stub out thr_new for i386 for the moment.  This MIGHT make i386 compile
	again temporarily. I'll finish it tomorrow.

Affected files ...

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

Differences ...

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

@@ -256,6 +256,13 @@
 #define PRE(name)       DEFN_PRE_TEMPLATE(freebsd, name)
 #define POST(name)      DEFN_POST_TEMPLATE(freebsd, name)
 
+
+PRE(sys_thr_new)
+{
+   PRINT("thr_new ( %#lx, %ld )",ARG1,ARG2);
+   SET_STATUS_Failure( VKI_EINVAL );
+}
+
 PRE(sys_sigreturn)
 {
    /* See comments on PRE(sys_rt_sigreturn) in syswrap-amd64-linux.c for


More information about the p4-projects mailing list