summaryrefslogtreecommitdiff
path: root/lib/malloc.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-17 23:09:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-17 23:09:12 +0000
commit0884570c4e81073738a5bdceb2653f447685a296 (patch)
treee67af1d8445f34b494a125e6d6c87cb5d61669c3 /lib/malloc.c
parenta18a5093f84d0ef20711af85b7ce0b9392144f27 (diff)
downloadcoreutils-0884570c4e81073738a5bdceb2653f447685a296.tar.xz
Sync from gnulib.
Diffstat (limited to 'lib/malloc.c')
-rw-r--r--lib/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc.c b/lib/malloc.c
index a43d16927..ca04c57cd 100644
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -1,4 +1,4 @@
-/* Work around bug on some systems where malloc (0) fails.
+/* malloc() function that is glibc compatible.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify