|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
|
Message ID: 340
Entry time: 06 Feb 2007
In reply to: 336
|
Author: |
Stefan Ritt |
Topic: |
Bug Fix |
Subject: |
Problem solved by Re-define _syscall0(...) |
|
|
Exaos Lee wrote: | Maybe it's not the perfect way, but it works. |
I changed it to:
#ifdef OS_UNIX
return syscall(SYS_gettid);
#endif /* OS_UNIX */
[/code1]
without any #define.
Does this work for you?
- Stefan |