]> git.tue.mpg.de Git - paraslash.git/commit
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)
commit1526296ab4088bba659787e83553a605cbda09bd
treed067c8248d0022c5b7793ace1a6a1195124c1422
parentd6f02e067c271638857bb9bac51770da7fa95527
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().
string.c