mirror of
https://github.com/Wind4/vlmcsd.git
synced 2026-05-26 15:01:23 +02:00
vlmcsd-1108-2017-01-19-Hotbird64
This commit is contained in:
@@ -674,7 +674,20 @@ void loadKmsData()
|
||||
}
|
||||
}
|
||||
|
||||
#ifndef NO_SOCKETS
|
||||
void exitOnWarningLevel(const int_fast8_t level)
|
||||
{
|
||||
if (ExitLevel >= level)
|
||||
{
|
||||
printerrorf("Fatal: Exiting on warning level %i or greater\n", (int)ExitLevel);
|
||||
exit(-1);
|
||||
}
|
||||
}
|
||||
#endif // !NO_SOCKETS
|
||||
|
||||
#endif // IS_LIBRARY
|
||||
|
||||
|
||||
#if __ANDROID__ && !defined(USE_THREADS) // Bionic does not wrap these syscalls (intentionally because Google fears, developers don't know how to use it)
|
||||
|
||||
#ifdef __NR_shmget
|
||||
|
||||
Reference in New Issue
Block a user