Hash :
7cbc494f
Author :
Date :
2011-04-27T15:41:54
utimecmp: drop dependency on xmalloc utimecmp's only use of malloc was for a cache; we can always bypass the cache in low memory, and thus avoid dragging in xalloc-die. * lib/utimecmp.c (utimecmp): Work even if hash table cache fails due to memory pressure. * modules/utimecmp (Depends-on): Drop xalloc. Signed-off-by: Eric Blake <eblake@redhat.com>
Description:
compare file time stamps
Files:
lib/utimecmp.h
lib/utimecmp.c
m4/utimecmp.m4
Depends-on:
hash
stat-time
time
utimens
intprops
lstat
stdbool
stdint
verify
configure.ac:
gl_UTIMECMP
Makefile.am:
Include:
"utimecmp.h"
Link:
$(LIB_CLOCK_GETTIME)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering