Hash :
8f87a591
Author :
Date :
2017-09-25T18:20:44
maint: fix overflow checking in nap.h * 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: Depend on intprops. * tests/nap.h: Include intprops.h. (diff_timespec): Handle overflow properly.
Files:
tests/nap.h
tests/test-chown.h
tests/test-chown.c
tests/signature.h
tests/macros.h
Depends-on:
ignore-value
intprops
lstat
mgetgroups
nanosleep
stat-time
stdbool
symlink
configure.ac:
AC_CHECK_FUNCS_ONCE([getegid])
Makefile.am:
TESTS += test-chown
check_PROGRAMS += test-chown
test_chown_LDADD = $(LDADD) $(LIB_NANOSLEEP)