From: Ulrich Drepper Date: Mon, 18 Aug 2003 18:13:38 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~352 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f98eee519db05045455692f0d460fd1dbc960b9;p=thirdparty%2Fglibc.git Update. 2003-08-18 Art Haas * malloc/malloc.h: Remove unneeded ';' where closing the C++ extern block. --- diff --git a/ChangeLog b/ChangeLog index 5ce6bc31f76..23eef6a1bed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-18 Art Haas + + * malloc/malloc.h: Remove unneeded ';' where closing the C++ + extern block. + 2003-08-18 Ulrich Drepper * sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support diff --git a/malloc/malloc.h b/malloc/malloc.h index 868a2f6fc39..ff8194f389b 100644 --- a/malloc/malloc.h +++ b/malloc/malloc.h @@ -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 */