summaryrefslogtreecommitdiff
path: root/pthread_getunique_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'pthread_getunique_np.c')
-rwxr-xr-xpthread_getunique_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_getunique_np.c b/pthread_getunique_np.c
index f81fc61..4496c68 100755
--- a/pthread_getunique_np.c
+++ b/pthread_getunique_np.c
@@ -40,7 +40,7 @@
/*
*
*/
-unsigned long long
+unsigned __int64
pthread_getunique_np (pthread_t thread)
{
return ((ptw32_thread_t*)thread.p)->seqNumber;