Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Should the thread function return 0?

c unix posix gcc-warning

What is the behaviour of an mmap()'ed pointer after closing the file descriptor without first calling munmap()?

c linux kernel posix

Attempting to use execvpe(...) but get implicit declaration error - even though I think I'm using the correct argument types

c linux exec posix unistd.h

Linux newbie: Linux vs POSIX manual

linux posix

difference between exit and return after vfork() call

c posix fork multiprocessing

Check for a broken pipe before trying to write to it? [duplicate]

c linux pipe posix sigpipe

Typecasting structures with different definitions

c sockets struct posix tcp-ip

Using the pipe() system call

c posix piping

pthread_create and EAGAIN

pthreads posix memory-leaks

why is the semaphore not working?

posix fork semaphore

Difference between shebang flags vs. set builtin flags

bash sh posix

How to enumerate all IP addresses attached to a machine, in POSIX C?

c sockets ip-address posix

Cross-platform compatibility of dprintf

Does pthread_create start the created thread?

What is the difference between POSIX storage and NFS?

filesystems storage posix nfs

Why are there multiple C functions for case-insensitive comparison

c string posix msvcrt crt

POSIX sh syntax for for-loops [SC2039]

shell for-loop posix

Can the compiler cast `(void *) 0` in `execl(prog, arg, (void*) 0)` to a null pointer of the appropriate type?

c pointers posix null-pointer

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

c floating-point posix libc fma

Finding processes using ALSA sound fast

linux shell audio posix alsa