diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-18 18:13:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-18 18:13:38 +0000 |
commit | 0f98eee519db05045455692f0d460fd1dbc960b9 (patch) | |
tree | f9e238bc406d163a40e85c1c8b3abef216750c9a | |
parent | 3f3aaac16fb431899b26c30d54daa68cccba4ead (diff) | |
download | glibc-0f98eee519db05045455692f0d460fd1dbc960b9.zip glibc-0f98eee519db05045455692f0d460fd1dbc960b9.tar.gz glibc-0f98eee519db05045455692f0d460fd1dbc960b9.tar.bz2 |
Update.
2003-08-18 Art Haas <ahaas@airmail.net>
* malloc/malloc.h: Remove unneeded ';' where closing the C++
extern block.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | malloc/malloc.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/malloc/malloc.h b/malloc/malloc.h index 868a2f6..ff8194f 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 */ |