Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 18:18:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 155429] [headers] including malloc.h should not abort compile.
Message-ID:  <bug-155429-99-XuDQ4I4V6p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-155429-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-155429-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D155429

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: kib
Date: Tue May 12 18:17:58 UTC 2020
New revision: 360984
URL: https://svnweb.freebsd.org/changeset/base/360984

Log:
  Make include/malloc.h usable again.

  Lot of third-party Linux code uses #include <malloc.h>, expecting to
  find the malloc extensions there. Instead of trying to fight them,
  accept that attempt to deprecate the header causes more troubles than
  solves potential portability issues, and provide our jemalloc
  extensions.

  PR:   155429
  Reviewed by:  imp, jhibbits, dab, hselasky, philip, emaste, jilles
  Exp-run by:   antoine (PR 245366)
  Sponsored by: The FreeBSD Foundation
  MFC after:    2 weeks
  Differential revision:        https://reviews.freebsd.org/D24297

Changes:
  head/include/malloc.h

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-155429-99-XuDQ4I4V6p>