/* All specification references correspond to pages in the Standard for Information Technology Portable Operating System Interface (POSIX)IEEE Computer Society Base Specifications, Issue 7. Standard modifications to each translation: header files are altered errors are changed to assertion violations with appropriate messages appropriate definitions are changed to input variables */ #ifdef __PTHREAD__ #else #define __PTHREAD__ #include #include #include #include #include #include int pthread_mutex_lock(pthread_mutex_t *mutex); #include #endif