view etc/inttypes.h @ 31667:f5d48f0e33c3

Fix gettimeofday type to match the real one. Avoids issues if the system headers have a declaration for it but there's just no implementation there.
author reimar
date Tue, 13 Jul 2010 19:49:25 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>