]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-sizeof.c
Rework cpu affinity parsing
[thirdparty/systemd.git] / src / test / test-sizeof.c
index 35b087653ef030d1d6cd5b6e56937bafd8f4540c..7fc16a62b656c5d497cecdd6c47fc88192dc7972 100644 (file)
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
+#include <sched.h>
 #include <stdio.h>
 #include <string.h>
 
@@ -65,6 +66,8 @@ int main(void) {
         info(uid_t);
         info(gid_t);
 
+        info(__cpu_mask);
+
         info(enum Enum);
         info(enum BigEnum);
         info(enum BigEnum2);