From: Andre Noll Date: Wed, 1 Jan 2014 20:14:42 +0000 (+0000) Subject: Remove __malloc attribute from para_realloc(). X-Git-Tag: v0.5.2~6^2~24 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=1526296ab4088bba659787e83553a605cbda09bd;hp=1526296ab4088bba659787e83553a605cbda09bd;p=paraslash.git Remove __malloc attribute from para_realloc(). This attribute tells the compiler that the returned pointer cannot alias any other pointer. This is not the case for para_realloc(). ---