Added system_info::abi field. It contains the system's ABI version, which
might be different from that of the caller (on hybrid builds). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30858 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -702,7 +702,10 @@ typedef struct {
|
||||
|
||||
bigtime_t _busy_wait_time; /* reserved for whatever */
|
||||
int32 cached_pages;
|
||||
int32 pad[3]; /* just in case... */
|
||||
|
||||
uint32 abi; /* the system API */
|
||||
|
||||
int32 pad[2]; /* just in case... */
|
||||
} system_info;
|
||||
|
||||
/* system private, use macro instead */
|
||||
|
||||
Reference in New Issue
Block a user