summaryrefslogtreecommitdiff
path: root/src/flopen.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28flock() by fcntl()Igor Pashev1-0/+44
2011-05-14Add support for transparent compilationGuillem Jover1-1/+0
This means that software being ported should not need to be modified in the usual case, as the libbsd headers will take over the standard namespace and fill the missing gaps, and include the system headers. To use this the new libbsd-transparent.pc file can be used through pkg-config, which should end up doing the right thing.
2010-01-10Add flopen functionGuillem Jover1-0/+105
Taken from FreeBSD.