commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] the great next stuff branch, libfuse/master, updated. f40f36c6a990


From: Samuel Thibault
Subject: [SCM] the great next stuff branch, libfuse/master, updated. f40f36c6a990bcc502cad4a343644f8354fec604
Date: Mon, 11 Feb 2013 23:32:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "the great next stuff".

The branch, libfuse/master has been updated
       via  f40f36c6a990bcc502cad4a343644f8354fec604 (commit)
      from  9aad0ed8c52b517da4f16b167a9e8926bb5d08be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f40f36c6a990bcc502cad4a343644f8354fec604
Author: Samuel Thibault <address@hidden>
Date:   Mon Feb 11 23:30:17 2013 +0000

    Fix build against libpthread
    
    * 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.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac  |    2 +-
 fuse.pc.in    |    2 +-
 src/fuse_i.h  |    5 ++++-
 src/main.c    |    5 +++--
 src/netfs.c   |   54 +++++++++++++++++++++++++++---------------------------
 src/netnode.c |   33 ++++++++++++++++-----------------
 src/node.c    |    8 ++++----
 7 files changed, 56 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
the great next stuff



reply via email to

[Prev in Thread] Current Thread [Next in Thread]