summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
-rw-r--r--lib/libpthread/thread/thr_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c
index d470301..8b907d7 100644
--- a/lib/libpthread/thread/thr_init.c
+++ b/lib/libpthread/thread/thr_init.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
*/
/* Allocate space for global thread variables here: */
@@ -84,7 +84,7 @@ _thread_init(void)
int fd;
int flags;
int i;
- int len;
+ size_t len;
int mib[2];
struct clockinfo clockinfo;
struct sigaction act;
OpenPOWER on IntegriCloud