mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
2fd16e3392
Port of chromium-side https://chromium-review.googlesource.com/c/chromium/src/+/1997899 Bug: chromium:1041419 Change-Id: Ic7afefa0dea024da37fe4bb0f965840a160e2166 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2015428 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
Name: GNU C Library
Short Name: glibc
URL: https://www.gnu.org/software/libc/
URL: https://sourceware.org/git/?p=glibc.git
Version: 2.29
License: GNU LGPL 2.1
License File: COPYING.LIB
Security Critical: no
Description:
glibc is the GNU Project’s implementation of the C standard library.
Local Modifications:
- Only elf/elf.h is included. Its #include of <features.h> has been removed,
and it uses of __BEGIN_DECLS and __END_DECLS have been replaced with inline
versions in the manner that misc/sys/cdefs.h defines those macros.