summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_thread_posix.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: fix detection and flags for using pthreadBjörn Jacke2010-01-261-0/+4
| | | | I hope this fixes the build on Tru64, IRIX and maybe bug #6983
* s3:libsmb: we need to include "includes.h" as first header to let code build ↵Stefan Metzmacher2009-07-151-1/+1
| | | | | | | | on all platforms This should fix the Tru64 build. metze
* Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2009-05-101-0/+49
- This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell