summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-24 11:03:07 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-24 11:03:07 +0000
commit50a1b8375ed4d08f73edee842644a6e61cc2326a (patch)
tree02d5885f65ef5ca4ddb8c1d45c9c52616aa50169 /ChangeLog
parent369b193374c8acc4e285c02cfed781f9fe3a018c (diff)
Update.
* sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition of mempcpy. Reported by Andreas Jaeger.
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>.