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 /NEWS | |
parent | 79e7e4dc1b92367031260db5e46ccf9a7d011c51 (diff) |
rename function
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ types when the mutex is robust, whereas this does not occur for the "normal" non-robust mutex type. - Ross Johnson -pthread_getsequence_np is implemented for source level compatibility +pthread_getunique_np is implemented for source level compatibility with some other implementations. This routine returns a 64 bit sequence number that is uniquely associated with a thread. It can be used by applications to order or hash POSIX thread handles. |