1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/utimecmp
Eric Blake 7cbc494f7c 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>
2011-04-28 14:18:52 -06:00

36 lines
314 B
Plaintext

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