mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-08-18 Art Haas <ahaas@airmail.net> * malloc/malloc.h: Remove unneeded ';' where closing the C++ extern block.
This commit is contained in:
@ -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>
|
2003-08-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
|
* sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
|
||||||
|
@ -234,7 +234,7 @@ extern void __malloc_check_init __MALLOC_P ((void));
|
|||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}; /* end of extern "C" */
|
} /* end of extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* malloc.h */
|
#endif /* malloc.h */
|
||||||
|
Reference in New Issue
Block a user