diff options
Diffstat (limited to 'hints/svr5.sh')
-rw-r--r-- | hints/svr5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/svr5.sh b/hints/svr5.sh index 5f772599eb..2ddcbb10ba 100644 --- a/hints/svr5.sh +++ b/hints/svr5.sh @@ -87,7 +87,7 @@ glibpth=`echo " $glibpth " | sed -e 's/ \/shlib / /' -e 's/ \/lib / /'` # Don't use BSD emulation pieces (/usr/ucblib) regardless # these would probably be autonondetected anyway but ... -d_Gconvert='gcvt((x),(n),(b))' # Try gcvt() before gconvert(). +gconvert_preference='gcvt sprintf' # Try gcvt() before gconvert(). d_bcopy='undef' d_bcmp='undef' d_bzero='undef' d_safebcpy='undef' d_index='undef' d_killpg='undef' d_getprior='undef' d_setprior='undef' d_setlinebuf='undef' |