diff options
Diffstat (limited to 'comms/fldigi/files/patch-src_include_threads.h')
-rw-r--r-- | comms/fldigi/files/patch-src_include_threads.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/fldigi/files/patch-src_include_threads.h b/comms/fldigi/files/patch-src_include_threads.h index dcf7a622ee9d..155e7c0bffdf 100644 --- a/comms/fldigi/files/patch-src_include_threads.h +++ b/comms/fldigi/files/patch-src_include_threads.h @@ -1,5 +1,5 @@ ---- src/include/threads.h.orig 2008-08-23 12:34:24.000000000 -0400 -+++ src/include/threads.h 2008-08-23 12:32:50.000000000 -0400 +--- src/include/threads.h.orig 2008-09-14 09:26:15.000000000 -0400 ++++ src/include/threads.h 2008-09-23 08:50:48.000000000 -0400 @@ -46,6 +46,7 @@ #include <config.h> @@ -8,7 +8,7 @@ typedef pthread_t Fl_Thread; typedef pthread_mutex_t Fl_Mutex; -@@ -87,7 +88,8 @@ +@@ -88,7 +89,8 @@ extern pthread_key_t thread_id_; # define CREATE_THREAD_ID() pthread_key_create(&thread_id_, 0); # define SET_THREAD_ID(x) pthread_setspecific(thread_id_, (void *)(x)) |