Revision: 73090
          http://sourceforge.net/p/brlcad/code/73090
Author:   brlcad
Date:     2019-05-20 02:16:41 +0000 (Mon, 20 May 2019)
Log Message:
-----------
butchered this on edit.  fix.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tc.c

Modified: brlcad/trunk/src/libbu/tc.c
===================================================================
--- brlcad/trunk/src/libbu/tc.c 2019-05-20 02:08:41 UTC (rev 73089)
+++ brlcad/trunk/src/libbu/tc.c 2019-05-20 02:16:41 UTC (rev 73090)
@@ -120,7 +120,7 @@
 }
 
 
-in
+int
 bu_mtx_lock(bu_mtx_t *mtx)
 {
 #if defined(HAVE_WINDOWS_H)
@@ -392,14 +392,11 @@
 } _bu_thread_start_info;
 
 /* Thread wrapper function. */
-static DWORD WINAPI
-_bu_thrd_wrapper_function(
 #if defined(HAVE_WINDOWS_H)
-    LPVOID aArg
+static DWORD WINAPI _bu_thrd_wrapper_function(LPVOID aArg)
 #else
-    (void *) aArg
+static void * _bu_thrd_wrapper_function(void * aArg)
 #endif
-    )
 {
     bu_thrd_start_t fun;
     void *arg;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to