| Index: lib/Transforms/IPO/FunctionAttrs.cpp
|
| diff --git a/lib/Transforms/IPO/FunctionAttrs.cpp b/lib/Transforms/IPO/FunctionAttrs.cpp
|
| index 823ae53f1e25122068e343af9f8d4ba7e4a86bee..f9dd2149168fad64015c4bbb80cbae02d2772e1d 100644
|
| --- a/lib/Transforms/IPO/FunctionAttrs.cpp
|
| +++ b/lib/Transforms/IPO/FunctionAttrs.cpp
|
| @@ -1233,8 +1233,11 @@ bool FunctionAttrs::inferPrototypeAttributes(Function &F) {
|
| case LibFunc::fseek:
|
| case LibFunc::ftell:
|
| case LibFunc::fgetc:
|
| - case LibFunc::fseeko:
|
| - case LibFunc::ftello:
|
| + // @LOCALMOD-BEGIN:
|
| + // https://code.google.com/p/nativeclient/issues/detail?id=4089
|
| + case LibFunc::Fseeko:
|
| + case LibFunc::Ftello:
|
| + // @LOCALMOD-END
|
| case LibFunc::fileno:
|
| case LibFunc::fflush:
|
| case LibFunc::fclose:
|
|
|