commit | 78175cbcc57537b1642ff4b6f8fe1a87233ea71a | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Tue Mar 19 18:06:30 2013 -0700 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Tue Mar 19 18:06:30 2013 -0700 |
tree | c48f5e8bd216253bc40518fc57df16a9d99d1091 | |
parent | 6433ec22b1e20af20b31671b2fd4d5d235a7de52 [diff] |
Don't use errno directly errno in MIPS is macro for "*__errno)()". Use of errno inside WRAP(__errno)() cause infinite loop. This may happen in other wrapper functions which access errno. Change all error to *REAL(__error)() Change-Id: I1c09d84a58855bd7896fcd4e70f740b8a0f0b386