Commit e3124505 by Richard Kenner

(stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ to

_BSD_VA_LIST_.

From-SVN: r9295
parent 0b1dbf9e
......@@ -1525,6 +1525,7 @@ if [ -r ${LIB}/$file ]; then
# Don't claim to have defined va_list.
sed -e 's@ va_list @ __gnuc_va_list @' \
-e 's@ va_list)@ __gnuc_va_list)@' \
-e 's@ _BSD_VA_LIST_));@ __gnuc_va_list));@' \
-e 's@ _VA_LIST_));@ __gnuc_va_list));@' \
-e 's@ va_list@ __va_list__@' \
-e 's@\*va_list@*__va_list__@' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment