glibc stands for GNU libc program.
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, etc.
The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel.