diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 | 
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /lib/Support/Unix/Process.inc | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
Diffstat (limited to 'lib/Support/Unix/Process.inc')
| -rw-r--r-- | lib/Support/Unix/Process.inc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Support/Unix/Process.inc b/lib/Support/Unix/Process.inc index 2d4662094682..e43650d707e3 100644 --- a/lib/Support/Unix/Process.inc +++ b/lib/Support/Unix/Process.inc @@ -32,10 +32,10 @@  #if HAVE_SIGNAL_H  #include <signal.h>  #endif -// DragonFlyBSD, OpenBSD, and Bitrig have deprecated <malloc.h> for +// DragonFlyBSD, and OpenBSD have deprecated <malloc.h> for  // <stdlib.h> instead. Unix.h includes this for us already.  #if defined(HAVE_MALLOC_H) && !defined(__DragonFly__) && \ -    !defined(__OpenBSD__) && !defined(__Bitrig__) +    !defined(__OpenBSD__)   #include <malloc.h>  #endif  #if defined(HAVE_MALLCTL) | 
