mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-31 01:43:03 +08:00
7a7d66ca89
All our Main()s are in namespace crashpad already, so this just works. R=mark@chromium.org BUG=crashpad:76 Review URL: https://codereview.chromium.org/1439113002 .
Name: Gregory Pietsch getopt Short Name: getopt URL: https://sourceware.org/ml/newlib/2005/msg00758.html License: Public domain License File: LICENSE Security Critical: no 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.