Skip to content

Commit

Permalink
* zconf.h (NO_vsnprintf): Define on Tru64 UNIX V4.0.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100689 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ro committed Jun 7, 2005
1 parent 7683da5 commit 5775ba1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zlib/ChangeLog.gcj
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 8 additions & 0 deletions zlib/zconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 5775ba1

Please sign in to comment.