diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-09 04:54:57 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-09 04:54:57 +0000 |
| commit | f33d7814ea5bbd2ace73c5561ce84c2eb74fb363 (patch) | |
| tree | 4dabb24dc030eb2af01ba3b7238e9e777107989c /man3/malloc_hook.3 | |
| parent | 331dcdd6c6519caeb6df151a82f02477d5cfb333 (diff) | |
| download | man-pages-f33d7814ea5bbd2ace73c5561ce84c2eb74fb363.tar.gz | |
Added FIXME.
Diffstat (limited to 'man3/malloc_hook.3')
| -rw-r--r-- | man3/malloc_hook.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index 948ebda806..8eaa13d7d9 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -2,6 +2,11 @@ .\" Distributed under GPL .\" Heavily based on glibc documentation .\" Polished, added docs, removed glibc doc bug, 2002-07-20, aeb +.\" +.\" FIXME +.\" According to a Fedora downstream patch, malloc hooks are deprecated +.\" https://bugzilla.redhat.com/show_bug.cgi?id=450187 +.\" Integrate this usptream? .TH MALLOC_HOOK 3 2002-07-20 "GNU" "Linux Programmer's Manual" .SH NAME __malloc_hook, __malloc_initialize_hook, |
