summaryrefslogtreecommitdiff
path: root/modules/utimecmp
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-04-27 15:41:54 -0600
committerEric Blake <eblake@redhat.com>2011-04-28 14:18:52 -0600
commit7cbc494f7cc150886b741e2af5051685d818f89c (patch)
tree941060113eabcc615c3b10ef7d8d76f46407a88a /modules/utimecmp
parent8585ce2ff5698c650ba5d5e3bb99763654ad62e8 (diff)
downloadgnulib-7cbc494f7cc150886b741e2af5051685d818f89c.tar.gz
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>
Diffstat (limited to 'modules/utimecmp')
-rw-r--r--modules/utimecmp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/utimecmp b/modules/utimecmp
index 7be906b219..a3160c8d54 100644
--- a/modules/utimecmp
+++ b/modules/utimecmp
@@ -11,7 +11,6 @@ hash
stat-time
time
utimens
-xalloc
intprops
lstat
stdbool