added extern C

This commit is contained in:
Jeff Hill
2002-10-31 17:54:24 +00:00
parent 6dc74193df
commit 915e30388c
+8
View File
@@ -12,6 +12,14 @@
#include <pthread.h>
#ifdef __cplusplus
extern "C" {
#endif
pthread_t epicsThreadGetPosixThreadId ( epicsThreadId id );
#ifdef __cplusplus
}
#endif
#endif /* osdThreadh */