|
Description
|
Certain priviate libc/kernel interfaces used by older versions of libthread are not longer available, and therefore it is not possible to use an older libthread, even in emulation environments. These interfaces are:
syslwp_park(UNPARK, CANCEL);
syslwp_park(PARK), without first setting the schedctl park flag.
If these interfaces were re-introduced (even by using different subcodes to syslwp_park()), then they could be emulated.
|