summaryrefslogtreecommitdiff
path: root/lib/util/blocking.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-26lib: Provide a meaningful errno if FD_CLOEXEC is missingVolker Lendecke1-0/+2
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-01lib: Trim blocking.cVolker Lendecke1-7/+0
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Wed Jul 1 17:12:48 CEST 2015 on sn-devel-104
2014-10-04lib/util: Clean up includes for blocking.cMartin Schwenke1-1/+2
Add blocking.h. Allows standalone compile without external includes.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
2011-12-17s3: Fix the clustering buildVolker Lendecke1-1/+1
ctdb_private.h already defines set_close_on_exec. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104
2011-12-15lib/util: added set_close_on_exec()Andrew Tridgell1-0/+18
this was already in tevent_util.c, but library layering prevented us from using it in some other libraries
2009-06-10lib-util: move set_blocking() call into own file.Günther Deschner1-0/+62
Guenther