[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
more of snprintf function portability
From: |
Kevin Ryde |
Subject: |
more of snprintf function portability |
Date: |
02 Sep 2001 11:05:51 +1000 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5 |
Sparc solaris 7 in 32-bit mode has a perfectly good C99 snprintf as
far as I can tell. (Something got lost in the translation here I
think.) Also it seems the problem in 64-bit mode is confined to
vsnprintf (plain snprintf is ok).
* autoconf.texi (Function Portability): 32-bit solaris 7 snprintf
is fine, and it's only vsnprintf in 64-bit mode with a problem.
autoconf.texi.snprintf2.diff
Description: Source code patch
- more of snprintf function portability,
Kevin Ryde <=