Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in libc

GLibc optimizations required

gcc glibc libc

Linking a program using printf with ld?

linux assembly linker ld libc

Why are many system calls (getpid) captured only once using strace?

How do I handle errors from libc functions in an idiomatic Rust manner?

error-handling rust libc

Is there any scenario where function fma in libc can be used?

c floating-point posix libc fma

What is mnemonic for "W" in WIFEXITED, WEXITSTATUS, etc?

c libc

intercepting the openat() system call for GNU tar

Need to load debugging symbols for shared library in GDB

c gdb remote-debugging libc

Cannot compile and link AVR program in OS X

arduino avr libc atmega avr-gcc

Set a breakpoint into LibC with gdb

linker gdb debug-symbols libc

Using an alternative libc in a cmake project

c++ cmake libc uclibc musl

is there any api for linux iptables , so that my program can add firewall rules [duplicate]

c linux gcc iptables libc

What is this implementation of fread in Chromium OS made of?

c libc

C: Why does strcpy return its argument?

c libc

Why does fseek use read() system call?

c linux system-calls libc

getc() as macro and C standard library function definition, coherent?

Moving to different Linux build system, getting error: undefined symbol: stat

c linux gcc glibc libc

Does gcc links to libc.a or libc.so by default?

c gcc libc

fgets(), signals (EINTR) and input data integrity

c signals posix stdio libc

Why there is no inverse function for gmtime in libc?

time posix libc