summaryrefslogtreecommitdiff
path: root/ot_mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_mutex.c')
-rw-r--r--ot_mutex.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_mutex.c b/ot_mutex.c
index 6bcaf12..5f51299 100644
--- a/ot_mutex.c
+++ b/ot_mutex.c
@@ -1,5 +1,7 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org> 1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */ 2 It is considered beerware. Prost. Skol. Cheers or whatever.
3
4 $id$ */
3 5
4/* System */ 6/* System */
5#include <pthread.h> 7#include <pthread.h>
@@ -316,3 +318,5 @@ void mutex_deinit( ) {
316 pthread_cond_destroy(&tasklist_being_filled); 318 pthread_cond_destroy(&tasklist_being_filled);
317 byte_zero( all_torrents, sizeof( all_torrents ) ); 319 byte_zero( all_torrents, sizeof( all_torrents ) );
318} 320}
321
322const char *g_version_mutex_c = "$Source$: $Revision$\n";