Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

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]

Why does some functions in stdio have the stream as last argument? [closed]

c libc

How to use strerror_l with current locale?

c linux posix libc strerror

Android Static Linking vs Dynamic Linking against glibc

What's the difference between libc6:i386 and libc6-i386

ubuntu libc

Why gdb cannot find ../sysdeps/unix/sysv/linux/ifaddrs.c

c linux gdb libc

Understanding glibc source code conventions

c pthreads libc

How to link to a different libc file?

c gcc linker ld libc

Why is isascii() deprecated?

c++ c ascii posix libc

Why do program-level constructors get called by `__libc_csu_init` but destructors don't get called by `__libc_csu_fini`?

c++ assembly gdb glibc libc

Why are fopen arguments restrict qualified in the C Standard and <stdio.h> header file?

c language-lawyer libc

Are posix regcomp and regexec threadsafe? In specific, on GNU libc?

c regex pthreads posix libc

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)