summaryrefslogtreecommitdiff
path: root/src/node.c
AgeCommit message (Collapse)Author
2013-02-11Fix build against libpthreadSamuel Thibault
* configure.ac: Link against libpthread instead of libthreads. * fuse.pc.in: Likewise. * src/fuse_i.h (libfuse_ctx): Declare TLS variable. (netnode): Turn lock field from struct mutex to pthread_mutex_t. * src/main.c (libfuse_ctx): Define TLS variable. (fuse_get_context): Use libfuse_ctx instead of cthreads TSD. * src/netfs.c: Likewise. Use pthread functions instead of cthreads functions. Use fixed stat structure. * src/netnode.c: Likewise. * src/node.c: Likewise.
2006-01-30moved headers into new include/ directory, sources moved into new src/ ↵Stefan Siegl
directory.