blob: 0fb4fc9668ea2d39dae5ba6362115d8abafe9f69 [file] [log] [blame]
#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 */