[Glibc-bsd-commits] r6159 - trunk/glibc-ports-2.25/fbtl/sysdeps/pthread

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Fri Aug 4 13:56:02 UTC 2017


Author: aurel32
Date: 2017-08-04 13:56:02 +0000 (Fri, 04 Aug 2017)
New Revision: 6159

Modified:
   trunk/glibc-ports-2.25/fbtl/sysdeps/pthread/createthread.c
Log:
createthread: kill a warning


Modified: trunk/glibc-ports-2.25/fbtl/sysdeps/pthread/createthread.c
===================================================================
--- trunk/glibc-ports-2.25/fbtl/sysdeps/pthread/createthread.c	2017-08-04 13:43:21 UTC (rev 6158)
+++ trunk/glibc-ports-2.25/fbtl/sysdeps/pthread/createthread.c	2017-08-04 13:56:02 UTC (rev 6159)
@@ -49,7 +49,7 @@
 
 struct rtprio;
 struct thr_param {
-    void        (*start_func)(void *);  /* thread entry function. */
+    int         (*start_func)(void *);  /* thread entry function. */
     void        *arg;                   /* argument for entry function. */
     char        *stack_base;            /* stack base address. */
     size_t      stack_size;             /* stack size. */




More information about the Glibc-bsd-commits mailing list