pipewire: module-rt: add missing static

This commit is contained in:
Barnabás Pőcze 2023-12-30 01:09:24 +01:00
parent a834da988c
commit 5bb2224da3

View file

@ -1006,7 +1006,7 @@ static int do_rtkit_setup(struct spa_loop *loop, bool async, uint32_t seq,
}
#endif /* HAVE_DBUS */
int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid) {
static int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid) {
#ifdef __linux__
int ret;
struct sched_attr {