Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

Why does GCC claim clock_gettime() implicitly declared, but the preprocessor is perfectly happy with a related macro?

c gcc time glibc

A question about malloc implementation in glibc

Format specifier %F missing from glibc's documentation

c printf glibc

perturb byte in _int_malloc( ) in glibc

malloc glibc

why glibc memcpy not choose avx512 version?

Standard way to call `ffsl` in C++?

c++ c++11 gcc glibc

reading the environment when executing ELF IFUNC dispatch functions

c linux glibc elf

libc and undefined symbol: stime

glibc libc

What does fs:0x30 provide in Linux?

Compatibility of printf with utf-8 encoded strings

gcc unicode utf-8 printf glibc

Where can i find the definition of functions declared in c standard header files like stdlib.h?

c linux gcc header-files glibc

override libc open() library function

linux gcc overriding ld glibc

GNU argp "too few arguments"

c++ gnu glibc

Problems compiling fio against musl-gcc

c linux gcc glibc musl

Unable to build RPC project with libtirpc

c linux rpc glibc

Static linkage with glibc without calling main

gcc assembly nasm glibc

linker changes symbol names when those symbols are part of glibc

c linux linker glibc

uClibc vs glibc for real time Linux application programming

c linux glibc uclibc

On better understanding the strncpy() function behavior

c string glibc

How does glibc's write work?

c unix glibc