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

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

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/README.crashpad
diff --git a/third_party/crashpad/crashpad/third_party/getopt/README.crashpad b/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
index a7166e1f773d1cf39474323877672ea73769f90b..b7ff9543617808dad4ce6e960444ce25aefd1fd3 100644
--- a/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
+++ b/third_party/crashpad/crashpad/third_party/getopt/README.crashpad
@@ -9,9 +9,12 @@ Description:
A public domain implementation of getopt.
Local Modifications:
-- Minor compilation fixes applied for Windows.
-- Add copy of copyright (Public domain) to the top of both files for Chromium's
- checklicenses step.
-- Compiled as .cc, and wrapped in namespace crashpad.
-- memcmp() -> strncmp() in getopt.cc to make ASan happier about some string
- manipulation.
+ - Minor compilation fixes applied for Windows.
+ - NO_ARG, REQUIRED_ARG, and OPTIONAL_ARG were renamed to the more traditional
+ no_argument, required_argument, and optional_argument for source
+ compatibility with BSD and glibc getopt_long().
+ - Add copy of copyright (Public domain) to the top of both files for Chromium's
+ checklicenses step.
+ - Compiled as .cc, and wrapped in namespace crashpad.
+ - memcmp() -> strncmp() in getopt.cc to make ASan happier about some string
+ manipulation.
« no previous file with comments | « third_party/crashpad/crashpad/test/win/win_multiprocess.cc ('k') | third_party/crashpad/crashpad/third_party/getopt/getopt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698