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. |