mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
From-SVN: r100689
This commit is contained in:
parent
2e42af0555
commit
0ae9769019
@ -1,3 +1,7 @@
|
||||
2005-06-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
|
||||
|
||||
2005-05-09 Mike Stump <mrs@apple.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -328,4 +328,12 @@ typedef uLong FAR uLongf;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Tru64 UNIX V4.0 neither */
|
||||
#if defined(__alpha) && defined(__osf__)
|
||||
#include <unistd.h>
|
||||
#if _XOPEN_VERSION < 500
|
||||
#define NO_vsnprintf
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* ZCONF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user