summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/fcntl.c
Commit message (Collapse)AuthorAgeFilesLines
* Call the fcntl compatiblity wrapper from the thread library fcntl wrappersdfr2008-05-301-2/+2
| | | | | | so that they get the benefit of the (limited) forward ABI compatibility. MFC after: 1 week
* Make fcntl() a weak symbol so that it can be overridden by thread libraries.dfr2008-05-271-1/+3
| | | | MFC after: 2 days
* Add some compatibility code so that software which is built to use the newdfr2008-04-041-0/+87
struct flock with l_sysid member can work properly on an an old kernel which doesn't support l_sysid. Sponsored by: Isilon Systems
OpenPOWER on IntegriCloud