Skip to content

Commit db308ce

Browse files
committed
Moved pthreadtypes header to its correct location
It seems that this header should reside in the bits folder, which should prevent type redefinition errors from happening since it will mask the systems header. Fixes #485
1 parent 01e3aa0 commit db308ce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

share/smack/include/pthread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifndef PTHREAD_H
55
#define PTHREAD_H
66

7-
#include "pthreadtypes.h"
7+
#include "bits/pthreadtypes.h"
88

99
// model mutex:
1010
// 0 = unlocked,

0 commit comments

Comments
 (0)