aboutsummaryrefslogtreecommitdiff
path: root/tests/pthread/specific.c.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pthread/specific.c.txt')
-rw-r--r--tests/pthread/specific.c.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pthread/specific.c.txt b/tests/pthread/specific.c.txt
index ad122b3d..ce7bef3d 100644
--- a/tests/pthread/specific.c.txt
+++ b/tests/pthread/specific.c.txt
@@ -1,6 +1,8 @@
pthread_key_create = 0
pthread_setspecific = 0
pthread_getspecific = 123
+valid pthread_setspecific for value NULL = 0
+pthread_getspecific = (nil)
pthread_getspecific after key recreate = (nil)
pthread_key_delete = 0
pthread_key_delete repeated = 22