mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
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.