PERFORCE change 34524 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Jul 14 21:35:17 PDT 2003


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

Change 34524 by marcel at marcel_nfs on 2003/07/14 21:34:37

	s/thread_siginfo/cpu_thread_siginfo/

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/machdep.c#80 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#80 (text+ko) ====

@@ -959,7 +959,7 @@
  * Build siginfo_t for SA thread
  */
 void
-thread_siginfo(int sig, u_long code, siginfo_t *si)
+cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
 {
 	struct proc *p;
 	struct thread *td;


More information about the p4-projects mailing list