Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Can I point CMake to use the (older) libc of a different rootfs?

where is /usr/include/unistd.h and limit.h from, glibc or kernel

c linux kernel libc

Application crash libc: Fatal signal 11 (SIGSEGV), code 1

java android signals libc

char* str="..." vs char str[]="..." strange behaviour [duplicate]

c gcc g++ libc

gdb/ddd can't find raise.c when debugging assert(), it is looking in my home directory

c linux debugging gdb libc

Providing a `malloc` implementation for `newlib-nano`

c libc newlib

How can `CDLL()` find a file to load, with only file basename?

Hook setenv(), getenv() using C code during runtime to make them thread safe [closed]

c hook glibc libc bionic

Updating SKMaps from 2.5.0 to 2.5.1

android signals libc skmaps

How to implement redirection of stdout of a child process to a file?

rust file-descriptor libc

Inconsistent return values from open function between libc and kernel syscall

ios assembly libc

System call stat() converted to stat64() without any cpp option

c linux gcc gnu libc

Using statically allocated buffers in getline(3) / getdelim(3)

c memory-management libc

When should atexit() be used?

libc atexit

Forcing ELF binary to use another libc.so [duplicate]

linux ld elf libc

How can the exit status of a process depend on whether it's statically built?

Build and bind against older libc version

rust libc