libsystemd: Add missing memory pressure functions to public symbols

This commit is contained in:
Daan De Meyer 2023-04-28 16:54:57 +02:00
parent 0102857b52
commit 77b7026668

View file

@ -819,4 +819,8 @@ global:
sd_session_get_start_time;
sd_uid_get_login_time;
sd_pid_notifyf_with_fds;
sd_event_add_memory_pressure;
sd_event_source_set_memory_pressure_type;
sd_event_source_set_memory_pressure_period;
sd_event_trim_memory;
} LIBSYSTEMD_253;