mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Remove SCHED_ISO from gamemode.c
As per request, no longer needed
This commit is contained in:
parent
568d9b5b51
commit
e342b6e394
@ -44,13 +44,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <stdatomic.h>
|
||||
#include <systemd/sd-daemon.h>
|
||||
|
||||
/* SCHED_ISO may not be defined as it is a reserved value not yet
|
||||
* implemented in official kernel sources, see linux/sched.h.
|
||||
*/
|
||||
#ifndef SCHED_ISO
|
||||
#define SCHED_ISO 4
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The GameModeClient encapsulates the remote connection, providing a list
|
||||
* form to contain the pid and credentials.
|
||||
|
Loading…
x
Reference in New Issue
Block a user