]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: sort types
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 May 2023 23:18:15 +0000 (08:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 22 Jun 2023 06:24:57 +0000 (15:24 +0900)
meson.build

index 5d98f742e6d43f6356d5be74177e830d0ca09a53..f13e2e68e39211afb7165790faa355a5f014330d 100644 (file)
@@ -533,8 +533,8 @@ conf.set10('HAVE_WSTRINGOP_TRUNCATION', has_wstringop_truncation)
 
 conf.set('SIZEOF_DEV_T', cc.sizeof('dev_t', prefix : '#include <sys/types.h>'))
 conf.set('SIZEOF_INO_T', cc.sizeof('ino_t', prefix : '#include <sys/types.h>'))
-conf.set('SIZEOF_TIME_T', cc.sizeof('time_t', prefix : '#include <sys/time.h>'))
 conf.set('SIZEOF_RLIM_T', cc.sizeof('rlim_t', prefix : '#include <sys/resource.h>'))
+conf.set('SIZEOF_TIME_T', cc.sizeof('time_t', prefix : '#include <sys/time.h>'))
 conf.set('SIZEOF_TIMEX_MEMBER', cc.sizeof('typeof(((struct timex *)0)->freq)', prefix : '#include <sys/timex.h>'))
 
 long_max = cc.compute_int(