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 5ce6bc3..23eef6a 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 868a2f6..ff8194f 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 */