]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-sizeof.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / test / test-sizeof.c
index 269adfd18fe8bac5b6f8b44b415d41465166d1d3..f472edcfa1772ea805e50f7b1ad417e56f54ca66 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -60,6 +61,8 @@ int main(void) {
         info(time_t);
         info(usec_t);
         info(__time_t);
+        info(pid_t);
+        info(gid_t);
 
         info(enum Enum);
         info(enum BigEnum);