dim 5b1a636c2e Cherry-pick libcxxrt commit 8a853717e61d5d55cbdf74d9d0a7545da5d5ff92:
Author: David Chisnall <theraven@FreeBSD.org>
Date:   Wed Mar 22 12:27:08 2017 +0000

    Simplify some code.

    realloc() with a null pointer is equivalent to malloc, so we don't need
    to handle the two cases independently.

    Fixes #46

This should help with lang/beignet and other programs, which expect
__cxa_demangle(name, NULL, NULL, &status) to return zero in status.

PR:		213732
MFC after:	3 days
2017-03-22 21:45:42 +00:00
..
2016-11-14 00:33:03 +00:00
2017-03-08 11:40:27 +00:00
2017-03-01 21:55:49 +00:00
2016-07-01 05:48:45 +00:00
2016-11-07 15:54:47 +00:00
2016-04-20 17:58:13 +00:00
2017-03-02 01:14:48 +00:00
2017-03-20 13:02:27 +00:00
2016-07-30 01:16:06 +00:00
2017-02-19 17:37:16 +00:00
2017-02-28 23:42:47 +00:00
2017-02-19 17:46:37 +00:00
2017-02-06 08:49:57 +00:00
2017-02-28 23:42:47 +00:00
2017-03-16 21:32:05 +00:00
2017-02-28 23:42:47 +00:00
2017-02-20 00:56:46 +00:00
2017-01-30 16:32:53 +00:00
2017-02-28 23:42:47 +00:00
2016-08-24 12:32:24 +00:00
2017-02-28 23:42:47 +00:00
2016-12-04 23:23:59 +00:00
2016-09-29 18:24:29 +00:00
2017-01-06 07:54:53 +00:00
2017-01-17 05:55:47 +00:00