summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8a241f02d..4d7651e006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1998-09-24 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
+ of mempcpy. Reported by Andreas Jaeger.
+
* misc/regexp.h (compile): Use alloca instead of __alloca. It won't
pollute the namespace since the compiler will resolve it inline.
Reported by Florian La Roche <florian@suse.de>.