dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine thread.c,1.19,1.20


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine thread.c,1.19,1.20
Date: Sun, 06 Jul 2003 18:02:29 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv5159/engine

Modified Files:
        thread.c 
Log Message:
Fix wrong return type for ILThreadUnregisterForManagedExecution


Index: thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/thread.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** thread.c    6 Jul 2003 00:41:16 -0000       1.19
--- thread.c    6 Jul 2003 22:02:27 -0000       1.20
***************
*** 91,95 ****
   *    Unregisters a thread for managed execution.
   */
! ILExecThread *ILThreadUnregisterForManagedExecution(ILThread *thread)
  {
        ILExecThread *execThread;
--- 91,95 ----
   *    Unregisters a thread for managed execution.
   */
! void ILThreadUnregisterForManagedExecution(ILThread *thread)
  {
        ILExecThread *execThread;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]