Date: Sun, 25 Apr 1999 10:41:25 -0700 From: "David O'Brien" <obrien@NUXI.com> To: alpha@freebsd.org Subject: (FWD) _G_config.h has wrong _G_time_t on alphas Message-ID: <19990425104125.A51252@dragon.nuxi.com>
next in thread | raw e-mail | index | archive | help
This from BDE. Someone closer to the issue might want to take an look and pass me diffs. ----- Forwarded message from Bruce Evans <bde@zeta.org.au> ----- time_t is int on alphas, but _G_time_t in libstdc++/_G_Config.h is long. Similarly for clock_t, except it braindamaged on alphas (int on alphas, unsigned long on i386's). ----- End forwarded message ----- -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990425104125.A51252>