@ -69,4 +69,9 @@
#define IGNORE_WCASTQUAL_END
#endif
/* This subtraction is used by NetBSD / OpenBSD for calculation of CPU usage items. */
static inline unsigned long long saturatingSub(unsigned long long a, unsigned long long b) {
return a > b ? a - b : 0;
}
The note is not visible to the blocked user.