diff options
author | rpj <rpj> | 2011-03-26 07:43:44 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-26 07:43:44 +0000 |
commit | 1bc29dadbf50406f3b04f12c44efb6057a74612e (patch) | |
tree | 05b116c45d3b04a000af15f91f87cfb0b21733e4 /pthread.h | |
parent | 79e7e4dc1b92367031260db5e46ccf9a7d011c51 (diff) |
rename function
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1176,7 +1176,7 @@ PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getkind_np(pthread_mutexattr_t * */ PTW32_DLLPORT int PTW32_CDECL pthread_delay_np (struct timespec * interval); PTW32_DLLPORT int PTW32_CDECL pthread_num_processors_np(void); -PTW32_DLLPORT unsigned long long PTW32_CDECL pthread_getsequence_np(pthread_t thread); +PTW32_DLLPORT unsigned long long PTW32_CDECL pthread_getunique_np(pthread_t thread); /* * Useful if an application wants to statically link |