PERFORCE change 65774 for review

David Xu davidxu at FreeBSD.org
Wed Nov 24 13:52:58 GMT 2004


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

Change 65774 by davidxu at davidxu_alona on 2004/11/24 13:52:23

	add prototype sigrepost(struct thread *).

Affected files ...

.. //depot/projects/davidxu_thread/src/sys/sys/signalvar.h#2 edit

Differences ...

==== //depot/projects/davidxu_thread/src/sys/sys/signalvar.h#2 (text+ko) ====

@@ -272,6 +272,7 @@
 void	tdsignal(struct thread *td, int sig, sigtarget_t target);
 void	trapsignal(struct thread *td, int sig, u_long code);
 int	ptracestop(struct thread *td, int sig);
+void	sigrepost(struct thread *);
 
 /*
  * Machine-dependent functions:


More information about the p4-projects mailing list