#ifndef _PTHREAD_H | |
#define _PTHREAD_H 1 | |
// Pthreads are not directly supported by parlib alone | |
// this header file is necessary, however, to override | |
// the default one put in place by glibc | |
// If you build and install the ROS compatible pthread | |
// library, this header file will be overwritten | |
#endif /* pthread.h */ |