diff options
author | Eric Blake <eblake@redhat.com> | 2011-04-27 15:41:54 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-04-28 14:18:52 -0600 |
commit | 7cbc494f7cc150886b741e2af5051685d818f89c (patch) | |
tree | 941060113eabcc615c3b10ef7d8d76f46407a88a /modules | |
parent | 8585ce2ff5698c650ba5d5e3bb99763654ad62e8 (diff) | |
download | gnulib-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')
-rw-r--r-- | modules/utimecmp | 1 |
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 |