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:
Pawel Dziepak
2013-05-22 19:31:05 +02:00
parent 325f7bb4ec
commit 07e1875ea2
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -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 */