Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in glibc

How can I force PHP to use the libiconv version of iconv instead of the CentOS-installed glibc version?

php linux apache glibc iconv

I was perusing glibc when I came across the socket code, can someone explain what is going on?

c glibc

What is __USE_MISC macro used for?

c glibc

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

Fastest way to do a case-insensitive substring search in C/C++?

c++ c optimization string glibc

__ctype_b_loc what is its purpose?

reverse-engineering glibc

What's the purpose of the casts to signed int in glibc memmove?

c language-lawyer glibc

Can GHC link binaries against a libc implementation such as uclibc (used in OpenWrt by default)?

haskell linker ghc glibc uclibc

What happened with the relocating allocator?

c gnu glibc

How are POSIX cancellation points supposed to behave?

c linux pthreads posix glibc

Executing binary: `GLIBCXX_3.4.11' not found

unix gcc opencv glibc

Detecting ABI compatibility issues with GCC

debugging gcc g++ glibc abi

What is the difference between glibc's MALLOC_CHECK_, M_CHECK_ACTION, and mcheck?

Library path order for alternate glibc dynamic linker (ld.so)

open O_CREAT | O_EXCL on NFS in Linux?

linux file-io glibc nfs

Explanation of memcpy memmove GLIBC_2.14/2.2.5

linux gcc linker glibc memcpy

Why glibc binary is called libc.so.6 not a libc.so.1 or libc.so.4?

linux glibc

Force free() to return malloc memory back to OS

What makes it possible for glibc malloc to compare pointers from different "objects"?

c malloc language-lawyer glibc