about summary refs log tree commit diff
path: root/src/network/socketpair.c
Commit message (Collapse)AuthorAgeFilesLines
* add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker2014-06-061-1/+19
| | | | | as usual, this is non-atomic, but better than producing an error or failing to set the close-on-exec flag at all.
* cleanup socketcall syscall interface to ease porting to sane(r) archsRich Felker2011-02-151-3/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9