summaryrefslogtreecommitdiffstats
path: root/lib/util/blocking.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: Clean up includes for blocking.cMartin Schwenke2014-10-041-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>
* s3: Fix the clustering buildVolker Lendecke2011-12-171-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
* lib/util: added set_close_on_exec()Andrew Tridgell2011-12-151-0/+18
| | | | | this was already in tevent_util.c, but library layering prevented us from using it in some other libraries
* lib-util: move set_blocking() call into own file.Günther Deschner2009-06-101-0/+62
Guenther