]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: glibc now provides wrapper for sched_setattr()
authorMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 13:49:15 +0000 (14:49 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 13:51:03 +0000 (14:51 +0100)
C.f. https://github.com/bminor/glibc/commit/21571ca0d70302909cf72707b2a7736cf12190a0

meson.build

index 5cabf68031df4b1dc2ce24f48f275f054dd395dd..f96fed594d813b03cc495920046a20908a2a8e5f 100644 (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>'''],