Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

Android libc.so crash?

Startup code of a statically-linked executable issues so many system calls?

function address in libc?

c linux libc

Why to use 'errno' at all?

c std libc

Different offset in libc's backtrace_symbols() and libunwind's unw_get_proc_name()

Why don't I get a link error when I provide my own malloc and free?

c libc

Android weird lib.c crash

android crash libc

Go build with another glibc

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

c linux glibc libc

getline() with a file descriptor instead of a file pointer

c posix getline libc

equivalent of memcmp() in Java?

java c posix libc memcmp

Atomically swap contents of two files on Linux

linux libc

What is the difference between /lib/i386-linux-gnu/libc.so.6, /lib/x86_64-linux-gnu/libc.so.6 and /usr/lib/x86_64-linux-gnu/libc.so?

gcc 64-bit libc

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

Unit testing for failed malloc()

vectorized strlen getting away with reading unallocated memory

Portable way to load the C standard library in Python ctypes

python ctypes libc

Comprehensive open-source test suite for the C Standard Library [closed]