Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

relationship of c compiler and c standard library

argp: how to pass argp_state to argp_usage, argp_error, etc...?

Call libmvec functions manually on __m128 vectors?

c simd sse glibc intrinsics