Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 13:32:08 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71987 for review
Message-ID:  <200502271332.j1RDW8Bg097026@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71987

Change 71987 by davidxu@davidxu_alona on 2005/02/27 13:31:16

	Remove unneeded includes.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_create.c#9 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_create.c#9 (text+ko) ====

@@ -36,16 +36,11 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
-#include <fcntl.h>
-#include <unistd.h>
 #include <stddef.h>
-#include <sys/time.h>
-#include <machine/reg.h>
 #include <pthread.h>
 #include <sys/signalvar.h>
 
 #include "thr_private.h"
-#include "libc_private.h"
 
 static void free_thread(struct pthread *curthread, struct pthread *thread);
 static int  create_stack(struct pthread_attr *pattr);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502271332.j1RDW8Bg097026>