diff options
Diffstat (limited to 'mutex.h')
| -rw-r--r-- | mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef MUTEX_H | 1 | #ifndef MUTEX_H_ |
| 2 | #define MUTEX_H | 2 | #define MUTEX_H_ |
| 3 | 3 | ||
| 4 | #include <pthread.h> | 4 | #include <pthread.h> |
| 5 | 5 | ||
| @@ -19,5 +19,5 @@ extern pthread_cond_t cond_synth; | |||
| 19 | void initialize_mutex(); | 19 | void initialize_mutex(); |
| 20 | void destroy_mutex(); | 20 | void destroy_mutex(); |
| 21 | 21 | ||
| 22 | #endif // MUTEX_H | 22 | #endif // MUTEX_H_ |
| 23 | 23 | ||
