aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorYunxiao Ma <yxma@google.com>2016-04-05 15:45:30 -0400
committerMark Mentovai <mark@chromium.org>2016-04-05 15:45:30 -0400
commit46359276c8c72c56e4103c90be22bbfda32c942d (patch)
treed80c91037778ae73606bf90024bf0b285297901a /src/common
parentSwitch the Linux minidump writer to use MDCVInfoELF for CV data. (diff)
downloadbreakpad-46359276c8c72c56e4103c90be22bbfda32c942d.tar.xz
Rename stdio.h wrapper file to stdio_wrapper.h.
Some projects will get build break because the comipler is confused when searches for the standard stdio.h. Rename the wrapper file to avoid that. renamed: src/common/stdio.h -> src/common/stdio_wrapper.h modified: src/processor/minidump.cc modified: src/processor/dump_context.cc modified: src/processor/logging.cc modified: src/processor/minidump.cc modified: src/processor/minidump_processor.cc modified: src/processor/stackwalk_common.cc modified: src/processor/symbolic_constants_win.cc R=mark@chromium.org, labath@google.com Review URL: https://codereview.chromium.org/1864603002 . Patch from Yunxiao Ma <yxma@google.com>.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/stdio_wrapper.h (renamed from src/common/stdio.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/stdio.h b/src/common/stdio_wrapper.h
index 1eec8a00..a3dd50aa 100644
--- a/src/common/stdio.h
+++ b/src/common/stdio_wrapper.h
@@ -27,8 +27,8 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef GOOGLE_BREAKPAD_COMMON_STDIO_H
-#define GOOGLE_BREAKPAD_COMMON_STDIO_H
+#ifndef GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H
+#define GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H
#include <stdio.h>
@@ -40,4 +40,4 @@ typedef SSIZE_T ssize_t;
#endif
-#endif // GOOGLE_BREAKPAD_COMMON_STDIO_H
+#endif // GOOGLE_BREAKPAD_COMMON_STDIO_WRAPPER_H