Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

pthread_self returns a large integer or 0, depending on whether libpthread is present or not

linux pthreads glibc

Load both musl libc.so and gcc libc.so in the same process?

glibc elf libc musl

How to fix error or warning in C: "implicit declaration of function ‘inet_aton’; did you mean ‘inet_pton’?"

c gcc glibc gcc-warning

Where is __builtin_va_start defined?

gcc glibc

The number of functions in C library

c gcc gnu glibc

clock_gettime() still not monotonic - alternatives?

c linux kernel clock glibc

Can I printf a half-precision floating-point value?

Installing node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node) error on linux

node.js linux terminal glibc

statvfs system call fails with error Value too large for defined data type

How can I specify the GLIBC version in cargo build for Rust?

rust glibc rust-cargo

Linux memcpy restrict keyword syntax

Can a dynamically linked glibc application dlopen() a static linked musl shared object?

gcc linker glibc musl

Where is the implementation of strlen() in GCC?

c glibc strlen

"glibc free(): invalid next size(fast)" on vector.push_back?

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./bomb)

glibc