Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(774)

Unified Diff: include/cstdio

Issue 904473004: Rebased localmods in libcxx to 223109. (Closed)
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/cmath ('k') | lib/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/cstdio
diff --git a/include/cstdio b/include/cstdio
index ce3af4d91dc4b7d66f57ea532775bbd087c10bf6..e7d8fab9915ce13066a20f8bcd88780fa6784acf 100644
--- a/include/cstdio
+++ b/include/cstdio
@@ -172,8 +172,11 @@ using ::fseek;
using ::fsetpos;
using ::ftell;
using ::rewind;
+#undef clearerr // @LOCALMOD
using ::clearerr;
+#undef feof // @LOCALMOD
using ::feof;
+#undef ferror // @LOCALMOD
using ::ferror;
using ::perror;
« no previous file with comments | « include/cmath ('k') | lib/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698