Change LONG_BIT error warning to mention glibc, too, since this is really

a glibc, not a gcc, problem.
This commit is contained in:
Andrew M. Kuchling 2001-01-12 15:06:28 +00:00
parent 1baa22aff0
commit 234fb632a3
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ typedef struct fd_set {
* rather than waiting for integer multiplication to trigger bogus
* overflows.
*/
#error "LONG_BIT definition appears wrong for platform (bad gcc config?)."
#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
#endif
#ifdef __NeXT__