From 77975fda54598a71c1f654e178aa2bb8741f7fe5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Sep 2008 20:07:04 +0200 Subject: fix comment --- src/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit