summaryrefslogtreecommitdiff
path: root/lib/util/blocking.c
AgeCommit message (Collapse)AuthorFilesLines
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