mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
hooks.c: Remove incorrect comment
The comment about different values of glibc.malloc.check is no longer valid.
This commit is contained in:
@ -17,10 +17,6 @@
|
|||||||
License along with the GNU C Library; see the file COPYING.LIB. If
|
License along with the GNU C Library; see the file COPYING.LIB. If
|
||||||
not, see <https://www.gnu.org/licenses/>. */
|
not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* What to do if the standard debugging hooks are in place and a
|
|
||||||
corrupt pointer is detected: do nothing (0), print an error message
|
|
||||||
(1), or call abort() (2). */
|
|
||||||
|
|
||||||
/* Hooks for debugging versions. The initial hooks just call the
|
/* Hooks for debugging versions. The initial hooks just call the
|
||||||
initialization routine, then do the normal work. */
|
initialization routine, then do the normal work. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user