From c72c8888a7db79e8e126629aada87eea82cb8d6e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 10 Oct 2022 18:45:03 -0700 Subject: tests: prefer stdckdint to intprops * modules/chown-tests, modules/fchownat-tests: * modules/fdutimensat-tests, modules/futimens-tests: * modules/lchown-tests, modules/stat-time-tests: * modules/utime-tests, modules/utimens-tests: * modules/utimensat-tests: (Depends on): Depend on stdckint, not intprops. * tests/nap.h: Include stdckdint.h, not intprops.h. All macro uses changed. --- modules/stat-time-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/stat-time-tests') diff --git a/modules/stat-time-tests b/modules/stat-time-tests index 8db2369513..9fafb9fb9a 100644 --- a/modules/stat-time-tests +++ b/modules/stat-time-tests @@ -4,8 +4,8 @@ tests/macros.h tests/nap.h Depends-on: -intprops nanosleep +stdckdint time unistd -- cgit v1.2.1