mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
return actual pid for GetThreadId
date 2002.03.07.22.53.00; author agrover; state Exp;
This commit is contained in:
parent
0c6f9d9a3b
commit
39cf05839a
@ -888,7 +888,7 @@ AcpiOsWriteMemory (
|
||||
UINT32
|
||||
AcpiOsGetThreadId(void)
|
||||
{
|
||||
return 0;
|
||||
return getpid();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user