changed parameter type

This commit is contained in:
Jeff Hill
2002-10-25 01:09:01 +00:00
parent 2daf173aeb
commit 0339023aa5
+1 -1
View File
@@ -12,6 +12,6 @@
#include <pthread.h>
pthread_t epicsThreadGetPosixThreadIdSelf ( epicsThreadPrivateId id );
pthread_t epicsThreadGetPosixThreadIdSelf ( epicsThreadId id );
#endif /* osdThreadh */