
The GNU C Library - GNU Project - Free Software Foundation
2023年12月15日 · The GNU C Library can be found on the main GNU ftp server (download glibc via HTTPS, download glibc via HTTP or download glibc via FTP), and its mirrors; please use a mirror if possible. Documentation. Documentation for the GNU C Library is online, as is documentation for most GNU software.
The GNU C Library - GNU Project - Free Software Foundation (FSF)
2023年8月29日 · The latest manuals for the GNU C Library (glibc) are available here. Last updated August 29, 2023
Configuring and compiling (The GNU C Library)
Compile the C library and all other parts of the glibc package (including the threading and math libraries, NSS modules, and transliteration modules) using the GCC -fstack-protector, -fstack-protector-strong or -fstack-protector-all options to detect stack overruns. Only the dynamic linker and a small number of routines called directly from ...
The GNU C Library - GNU Project - Free Software Foundation (FSF)
This glibc manual version 2.38 is available in the following formats: HTML - entirely on one web page. HTML - one web page per node. HTML compressed (gzipped tar file) - with one web page per node. Info document (gzipped tar file). ASCII text compressed (gzipped). TeX dvi file (gzipped). PDF file.
The GNU C Library Reference Manual Sandra Loosemore with Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper for version 2.38
Top (The GNU C Library)
This is The GNU C Library Reference Manual, for version 2.38. Copyright © 1993–2023 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or ...
The GNU C Library
1.2.1 ISO C. The GNU C Library is compatible with the C standard adopted by the American National Standards Institute (ANSI): American National Standard X3.159-1989—“ANSI C” and later by the International Standardization Organization (ISO): ISO/IEC 9899:1990, “Programming languages—C”.We here refer to the standard as ISO C. since this is the more general …
Hardware Capability Tunables (The GNU C Library)
Tunable: glibc.cpu.x86_shstk ¶ The glibc.cpu.x86_shstk tunable allows the user to control how the shadow stack (SHSTK) should be enabled. Accepted values are on , off , and permissive .
Feature Test Macros (The GNU C Library)
1.3.4 Feature Test Macros. The exact set of features available when you compile a source file is controlled by which feature test macros you define.. If you compile your programs using ‘gcc -ansi’, you get only the ISO C library features, unless you explicitly request additional features by defining one or more of the feature macros. See GNU CC Command Options in The GNU CC …
The GNU C Library - Configuring and compiling
GNU libc can be compiled in the source directory, but we strongly advise to build it in a separate build directory. For example, if you have unpacked the glibc sources in `/src/gnu/glibc-2.2.0', create a directory `/src/gnu/glibc-build' to put the object files in. This allows removing the whole build directory in case an error occurs, which is ...
- 某些结果已被删除