summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-26 07:43:44 +0000
committerrpj <rpj>2011-03-26 07:43:44 +0000
commit1bc29dadbf50406f3b04f12c44efb6057a74612e (patch)
tree05b116c45d3b04a000af15f91f87cfb0b21733e4 /ChangeLog
parent79e7e4dc1b92367031260db5e46ccf9a7d011c51 (diff)
rename function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d143ea2..5905825 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
2011-03-26 Ross Johnson <ross.johnson at homemail.com.au>
- * pthread_getsequence_np.c: New non-POSIX interface for compatibility
+ * pthread_getunique_np.c: New non-POSIX interface for compatibility
with some other implementations; returns a 64 bit sequence number
that is unique to each thread in the process.
- * pthread.h (pthread_getsequence_np): Added.
+ * pthread.h (pthread_getunique_np): Added.
* global.c: Add global sequence counter for above.
* implement.h: Likewise.