mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
rtkit: Fixup the previous patch
Make it build on Solaris, second time around.
This commit is contained in:
parent
76da410fe2
commit
7f9ef99f8b
1 changed files with 3 additions and 3 deletions
|
@ -292,8 +292,6 @@ finish:
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef RLIMIT_RTTIME
|
||||
# define RLIMIT_RTTIME 15
|
||||
#endif
|
||||
|
@ -380,4 +378,6 @@ int fluid_rtkit_make_realtime(pid_t thread, int priority) {
|
|||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* defined(__linux__) || defined(__APPLE__) */
|
||||
|
||||
#endif /* DBUS_SUPPORT */
|
||||
|
|
Loading…
Reference in a new issue