Browse Source

* correction by Yuri Prokushev

Tomas Hajny 23 years ago
parent
commit
7bb77e0a82
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/os2/thread.inc

+ 5 - 2
rtl/os2/thread.inc

@@ -55,7 +55,7 @@ function DosCreateThread (var TID: longint; Address: pointer;
                                                  external 'DOSCALLS' index 311;
                                                  external 'DOSCALLS' index 311;
 
 
 procedure DosExit (Action, Result: longint); cdecl;
 procedure DosExit (Action, Result: longint); cdecl;
-                                                 external 'DOSCALLS' index 233;
+                                                 external 'DOSCALLS' index 234;
 
 
 function DosCreateMutExSem (Name: PChar; var Handle: longint; Attr: longint;
 function DosCreateMutExSem (Name: PChar; var Handle: longint; Attr: longint;
                 State: boolean): longint; cdecl; external 'DOSCALLS' index 331;
                 State: boolean): longint; cdecl; external 'DOSCALLS' index 331;
@@ -361,7 +361,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2002-03-28 16:34:29  armin
+  Revision 1.8  2002-07-07 18:04:39  hajny
+    * correction by Yuri Prokushev
+
+  Revision 1.7  2002/03/28 16:34:29  armin
   + initialize threadvars defined local in units
   + initialize threadvars defined local in units
 
 
   Revision 1.6  2001/10/23 21:51:03  peter
   Revision 1.6  2001/10/23 21:51:03  peter