libroot: explicitly check ABI version
As Axel suggested use simple, explicit checks for legacy ABI version instead of obscure "compatibility mode".
This commit is contained in:
@@ -18,7 +18,7 @@ struct real_time_data;
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int __gCompatibilityMode;
|
||||
extern int __gABIVersion;
|
||||
|
||||
extern char _single_threaded;
|
||||
/* This determines if a process runs single threaded or not */
|
||||
|
||||
Reference in New Issue
Block a user