1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

meson: glibc now provides wrapper for sched_setattr()

C.f. 21571ca0d7
This commit is contained in:
Mike Yuan 2025-02-09 14:49:15 +01:00
parent 587a173ed2
commit d43dc71e99
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -625,7 +625,7 @@ foreach ident : [
#include <unistd.h>'''], # no known header declares pivot_root
['ioprio_get', '''#include <sched.h>'''], # no known header declares ioprio_get
['ioprio_set', '''#include <sched.h>'''], # no known header declares ioprio_set
['sched_setattr', '''#include <sched.h>'''], # no known header declares sched_setattr
['sched_setattr', '''#include <sched.h>'''],
['name_to_handle_at', '''#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>'''],