mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1073081 - Remove an old preprocessor #else branch. r=dhylands
--HG-- extra : source : 3def1452028894b4a91415a43e4edb1655592761
This commit is contained in:
parent
7e9fd1b93b
commit
b5745408a5
@ -1212,11 +1212,9 @@ OomVictimLogger::Observe(
|
||||
// deprecated the old klog defs.
|
||||
// Our current bionic does not hit this
|
||||
// change yet so handle the future change.
|
||||
// (ICS doesn't have KLOG_SIZE_BUFFER but
|
||||
// JB and onwards does.)
|
||||
#define KLOG_SIZE_BUFFER KLOG_WRITE
|
||||
#else
|
||||
// Once the change hits our bionic this ifndef
|
||||
// can be removed.
|
||||
#warning "Please remove KLOG_UNREAD_SIZE compatability def"
|
||||
#endif
|
||||
// Retreive kernel log
|
||||
int msg_buf_size = klogctl(KLOG_SIZE_BUFFER, NULL, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user