PERFORCE change 71987 for review

David Xu davidxu at FreeBSD.org
Sun Feb 27 13:32:09 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=71987

Change 71987 by davidxu at 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);


More information about the p4-projects mailing list