kicad/thirdparty/sentry-native/external/crashpad/third_party/glibc
Marek Roszko 9a0fa460d1 Add missing sentry-native file
gitignore gone wrong
2022-04-03 21:23:10 -04:00
..
elf
BUILD.gn Add missing sentry-native file 2022-04-03 21:23:10 -04:00
COPYING.LIB
README.crashpad

README.crashpad

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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