aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/eintr_wrapper.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-07-24 00:15:53 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-07-24 00:15:53 +0000
commit6b563c50dd76ba4d88a5cf4dd5e63fb9a4bacb78 (patch)
tree0b9ff05db0c1d44683a8ae1e457062c0cb53c80c /src/common/linux/eintr_wrapper.h
parent63c7f7d7d74a2597e748e165004f87315eb7a836 (diff)
downloadgoogle-breakpad-6b563c50dd76ba4d88a5cf4dd5e63fb9a4bacb78.tar.gz
Linux: Fix a bunch of clang errors from not handling return values.
Review URL: https://breakpad.appspot.com/421002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@995 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/linux/eintr_wrapper.h')
-rw-r--r--src/common/linux/eintr_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/linux/eintr_wrapper.h b/src/common/linux/eintr_wrapper.h
index 225311e6..20b6bed1 100644
--- a/src/common/linux/eintr_wrapper.h
+++ b/src/common/linux/eintr_wrapper.h
@@ -44,4 +44,4 @@
__eintr_result__;\
})
-#endif // ifndef COMMON_LINUX_EINTR_WRAPPER_H_
+#endif // COMMON_LINUX_EINTR_WRAPPER_H_