Yappi doesn't build with -DFORTIFY_SOURCE=2 (which is on by default in most
Linux distros) due to redefinition of dprintf.
Dprintf is part of POSIX.1-2008, see:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html
The attached diff does dprintf -> ydprintf instead.
Original issue reported on code.google.com by marty...@venck.us on 7 Jul 2013 at 1:39
Original issue reported on code.google.com by
marty...@venck.us
on 7 Jul 2013 at 1:39Attachments: