Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Is there a way to reuse pthreads?

How do I open a temporary file AND get its filename?

c file posix temp

Is --help Flag A POSIX Standard/Recommendation?

posix

What does 'f' suffix mean on a C++ library name and how do I load it?

c++ posix real-time gperftools

Clang fails to compile a c11 program, citing that "implicit declaration is illegal in c99"

c clang posix

Single Process Thread Safety Using POSIX Message Queues

loop through a file and print file attributes in C

c linux while-loop posix

Can I pass a const char* array to execv?

How to preserve ownership and permissions when doing an atomic file replace?

c posix chmod file-rename chown

Portablilty of using percison when printf-ing non 0 terminated strings

c printf posix c-strings

C : POSIX threads library test-suite

Can POSIX message queues be used cross user on Linux?

c++ linux posix message-queue

NFS Client library

client posix nfs

Pipes to C++ Streams

c++ ipc posix pipe iostream

Use mmap to allocate memory

c posix mmap

POSIX fopen(NULL,"r")

c io posix fopen

why is POSIX::SigSet is needed here?

linux perl signals posix

What platform independent way to find directory of shell executable in shell script?

If close(2) fails with EIO, will the file descriptor still be deleted?

c unix posix system-calls

Can time(NULL) ever return failure?

c time posix