Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Linking compiled library to newer version of glibc

c shared-libraries glibc ftdi

use different glibc version

python glibc epoll

Why does GCC 6 assume data is 16-byte aligned?

Cross compile PHP with UCLIBC

php linux arm glibc uclibc

How to make Ubuntu's crypt(3) support Blowfish?

Redhat/CentOS - `GLIBC_2.18' not found

linux redis centos redhat glibc

Do different programs gets their memory from a common heap or from a separate heap?

linux malloc glibc

Building GCC with glibc in a non-standard location without root

linux gcc glibc

Go build with another glibc

When invoking clock_gettime() may the returned tv_nsec field actually exceed a second?

c linux glibc libc

What does CSU in glibc stand for?

glibc

How to determine version of glibc (glibcxx) binary will depend on?

linux glibc libstdc++

Is there a way to determine thread local storage model used by a library on Linux

How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

php linux apache glibc iconv

I was perusing glibc when I came across the socket code, can someone explain what is going on?

c glibc

What is __USE_MISC macro used for?

c glibc

What standard C library does Clang use? glibc, its own, or some other one?

How to sleep for a few microseconds

c linux real-time glibc libc

Fastest way to do a case-insensitive substring search in C/C++?

c++ c optimization string glibc