Glibc2.40

  • Submit New Release
  • Edit Glibc Information
  • Submit a New Software

GNU C Library.

Monday, July 22, 2024
  • Development
  • Libraries
  • System

Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... The GNU C library is used as the C library in the GNU system and most newer systems with the Linux kernel. The history of Unix and various standards determine much of the interface of the C library. In general the GNU C library supports the ISO C and POSIX standards. We also try to support the features of popular Unix variants (including BSD and System V) when those do not conflict with the standards. Different compatibility modes (selectable when you compile an application) allow the peaceful coexistence of compatibility support for different varieties of Unix.

Today the GNU C library should be almost complete: nearly all known and useful functions from any other C library are available. The GNU C library is designed to be portable. Although the library sources are very complex, you can build it for any supported system with the simple commands configure & make --- provided your platform is supported!.

  • Downloads
    105544
  • License
    LGPL
  • Tags
    glibc
    libc

Downloads / Release History


February
02
2024
Glibc 2.39
August
03
2023
Glibc 2.38
February
02
2023
Glibc 2.37
August
02
2022
Glibc 2.36
February
03
2022
Glibc 2.35
August
02
2021
Glibc 2.34
August
06
2020
Glibc 2.32
February
02
2020
Glibc 2.31
August
02
2019
Glibc 2.30
August
01
2018
Glibc 2.28
February
02
2018
Glibc 2.27
August
03
2017
Glibc 2.26
July
18
2017
Glibc 2.25

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles