/* 
 * $RCSfile: thread.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
 *
 * $Log: thread.h,v $
 * Revision 1.1  1996/06/03 18:08:31  slm
 * Initial revision
 *
 * Revision 1.2  1996/03/11  18:01:47  mjk
 * *** empty log message ***
 *
 * Revision 1.1  1996/02/19  20:14:57  mjk
 * Initial revision
 */

#include <pthread.h>

				/* Linux is missing this POSIX.4
                                   function */
extern int xnanosleep(const struct timespec *, struct timespec *);

/* pthread.h */
