提交 496f4f9d 编写于 作者: R Richard Levitte

Small fix: make istext static

This takes away a build failure in some cases.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 5f62e044
...@@ -2721,7 +2721,7 @@ int raw_write_stdout(const void *buf, int siz) ...@@ -2721,7 +2721,7 @@ int raw_write_stdout(const void *buf, int siz)
* does impact behavior on some platform, such as differentiating between * does impact behavior on some platform, such as differentiating between
* text and binary input/output on non-Unix platforms * text and binary input/output on non-Unix platforms
*/ */
inline int istext(int format) static int istext(int format)
{ {
return (format & B_FORMAT_TEXT) == B_FORMAT_TEXT; return (format & B_FORMAT_TEXT) == B_FORMAT_TEXT;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册