chiark / gitweb /
Prep v232: Add libelogind.sym entries for version 232.
[elogind.git] / src / basic / process-util.h
index 6cf3a40b1f6dd83cd3dd626fb2fd2ff0d68b9b41..c05d05d7831990381c25f45590e2810a63d81422 100644 (file)
@@ -113,3 +113,9 @@ int sched_policy_from_string(const char *s);
 void valgrind_summary_hack(void);
 
 int pid_compare_func(const void *a, const void *b);
+
+#if 0 /// UNNEEDED by elogind
+static inline bool nice_is_valid(int n) {
+        return n >= PRIO_MIN && n < PRIO_MAX;
+}
+#endif // 0