Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3174451e
Commit
3174451e
authored
Nov 23, 2004
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.
From-SVN: r91056
parent
9f699c84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
zlib/ChangeLog.gcj
+4
-0
zlib/zconf.h
+8
-0
No files found.
zlib/ChangeLog.gcj
View file @
3174451e
2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
* zconf.h: Define NO_vsnprintf on Solaris 2.5.1.
2004-10-11 Tom Tromey <tromey@redhat.com>
PR libgcj/14856:
...
...
zlib/zconf.h
View file @
3174451e
...
...
@@ -320,4 +320,12 @@ typedef uLong FAR uLongf;
# pragma map(inflate_copyright,"INCOPY")
#endif
/* Solaris 2.5.1 doesn't have vsnprintf */
#if defined(__sun) && defined(__svr4__)
#include <sys/feature_tests.h>
#if _XOPEN_VERSION < 3
#define NO_vsnprintf
#endif
#endif
#endif
/* ZCONF_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment