]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Remove __malloc attribute from para_realloc().
authorAndre Noll <maan@systemlinux.org>
Wed, 1 Jan 2014 20:14:42 +0000 (20:14 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:29 +0000 (16:49 +0100)
This attribute tells the compiler that the returned pointer cannot
alias any other pointer. This is not the case for para_realloc().


No differences found