]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 18 Aug 2003 18:13:38 +0000 (18:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 18 Aug 2003 18:13:38 +0000 (18:13 +0000)
2003-08-18  Art Haas  <ahaas@airmail.net>

* malloc/malloc.h: Remove unneeded ';' where closing the C++
extern block.

ChangeLog
malloc/malloc.h

index 5ce6bc31f765f6823ee2d717c3b414a1d38a617c..23eef6a1bed6c9eeaeb38f5ed26c540f8f7a76d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-18  Art Haas  <ahaas@airmail.net>
+
+       * malloc/malloc.h: Remove unneeded ';' where closing the C++
+       extern block.
+
 2003-08-18  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
index 868a2f6fc39f4756c8f2c55f04681f8bc1b1fe19..ff8194f389b822c50e7ce4e294a8d81d6cd08446 100644 (file)
@@ -234,7 +234,7 @@ extern void __malloc_check_init __MALLOC_P ((void));
 
 
 #ifdef __cplusplus
-}; /* end of extern "C" */
+} /* end of extern "C" */
 #endif
 
 #endif /* malloc.h */