Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Fedora 28 / GLIBC 2.27 libm.so.6 logf() and powf() c++

linux c++11 debian fedora glibc

Can I use glibc under windows?

c++ windows glibc

glibc error while building linux from scratch

linux makefile glibc

C function syntax

assembly glibc

Is it possible to statically link libstdc++ and wrap memcpy?

glibc memcpy libstdc++

Does anybody know if someone had integrated libsegfault.so and gdbserver in order to get gdb attached on the fly to a crashed program?

linux debugging gdb glibc

Specifying the dynamic linker / loader to be used when launching an executable on Linux

linux linker ld glibc uclibc

Compile a shared object (.so) with static glibc

How is /usr/lib64/libc.so generated?

linux glibc ld

wprintf: %p with NULL pointer

c printf glibc widechar

What functions is the libm intended for?

c linux glibc libc libm

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