Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Do any functions in the C standard library implicitly use `stderr`?

Valgrind for ARM with Linaro Toolchain requiring libc6-dbg with Buildroot

Linux: detect at runtime that a process have multiple threads

What is the relation between Linux kernel and GNU C library?

c linux linux-kernel glibc

glibc - list and other data structures implementations

c linux list glibc

What corner cases must we consider when parsing $PATH on Linux?

-pthread, -lpthread and minimal dynamic linktime dependencies

c linux gcc pthreads glibc

Why inet_ntoa is designed to be a non-reentrant function?

sockets glibc

glibc rand function implementation

c random glibc

Error while importing Tensorflow in python2.7 in Red Hat release 6.6. 'GLIBC_2.17 not found'

multi-byte characters in libc regcomp and regexec

glibc Heap Consistency Checking

gcc glibc memory-corruption

How to create backwards-compatible dynamic linkage?

How can I use complex.h for Android NDK?

Understanding the gcc version and the GLIBC, GLIBCXX versions in more detail

gcc glibc libc libstdc++

Using fgetws after setting a UTF-8 locale?

c glibc wchar-t setlocale wchar

What's the best way to build software that doesn't require the newest glibc?

Bug in glibc `div()` code?

How to tell gcc to stop using built-in functions?

c linux gcc x86 glibc intel

mmap() with LD_PRELOAD and boost::interprocess does not work

c++ c boost glibc libc