summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-09-02 20:07:04 +0200
committerLennart Poettering <lennart@poettering.net>2008-09-02 20:07:04 +0200
commit77975fda54598a71c1f654e178aa2bb8741f7fe5 (patch)
treeed0d8529adee38a9cabf3ea49f67a34c124b073c
parent9bd62aef042c65427f60473e591e719c51121903 (diff)
fix comment
-rw-r--r--src/cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache.c b/src/cache.c
index e5ba987..c0b1f87 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -42,8 +42,8 @@
#define FILENAME "event-sound-cache.tdb"
#define UPDATE_INTERVAL 10
-/* This part is not thread safe, should be abstracted when we port this
- * to platforms that do not have POSIX threading */
+/* This part is not portable due to pthread_once usage, should be abstracted
+ * when we port this to platforms that do not have POSIX threading */
static ca_mutex *mutex = NULL;
struct tdb_context *database = NULL;