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

Unified Diff: third_party/crashpad/crashpad/third_party/getopt/getopt.h

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/crashpad/crashpad/third_party/getopt/getopt.h
diff --git a/third_party/crashpad/crashpad/third_party/getopt/getopt.h b/third_party/crashpad/crashpad/third_party/getopt/getopt.h
index 282a489e8e15422bc1de691bb617bd8eae0dcb66..27ab0dd4e509d5765c099079403efccb33865608 100644
--- a/third_party/crashpad/crashpad/third_party/getopt/getopt.h
+++ b/third_party/crashpad/crashpad/third_party/getopt/getopt.h
@@ -14,7 +14,7 @@ using it.
/* macros defined by this include file */
#define no_argument 0
#define required_argument 1
-#define OPTIONAL_ARG 2
+#define optional_argument 2
/* types defined by this include file */

Powered by Google App Engine
This is Rietveld 408576698