On Wed, 02 Jan 2013 20:03:32 -0430, Andres Perera wrote: > `gcc -ansi` defines __STRICT_ANSI which could be checked before > setting __POSIX_VISIBLE >= 200809 in <sys/cdefs.h>
It probably makes the most sense to simply convert __STRICT_ANSI to _ANSI_SOURCE. - todd
