From 5acf1eff47dabb5e88d8e3285d0e40138445481f Mon Sep 17 00:00:00 2001
From: peter <peter@freepascal.org>
Date: Wed, 3 Mar 2004 22:00:37 +0000
Subject: [PATCH]   * remove cdecl

---
 rtl/linux/tthread.inc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rtl/linux/tthread.inc b/rtl/linux/tthread.inc
index 1ad53a81e2..ecc4211e8f 100644
--- a/rtl/linux/tthread.inc
+++ b/rtl/linux/tthread.inc
@@ -127,7 +127,7 @@ end;
 {$define WRITE_DEBUG := //}      // just comment out those lines
 {$ENDIF}
 
-function ThreadFunc(parameter: Pointer): LongInt; cdecl;
+function ThreadFunc(parameter: Pointer): LongInt; 
 var
   LThread: TThread;
   c: char;
@@ -325,7 +325,10 @@ end;
 
 {
   $Log$
-  Revision 1.6  2003-11-22 11:04:08  marco
+  Revision 1.7  2004-03-03 22:00:37  peter
+    * remove cdecl
+
+  Revision 1.6  2003/11/22 11:04:08  marco
    * Johill: suspend fix
 
   Revision 1.5  2003/11/19 15:51:54  peter