]> Savannah Git Hosting - gnulib.git/commit
pthread-tss: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:41:00 +0000 (02:41 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:41:00 +0000 (02:41 +0200)
commit672c3be2f4c01f3b446ac3588bfde2eb6fd6ccea
tree84f62f62eec57eeb4236d6f1ab6313dda0ea2fb9
parente08989ca11a13c8a09cb0c34f797af5a40753379
pthread-tss: New module.

* lib/pthread-tss.c: New file.
* m4/pthread-tss.m4: New file.
* modules/pthread-tss: New file.
* doc/posix-functions/pthread_key_create.texi: Mention the new module.
* doc/posix-functions/pthread_setspecific.texi: Likewise.
* doc/posix-functions/pthread_getspecific.texi: Likewise.
* doc/posix-functions/pthread_key_delete.texi: Likewise.
ChangeLog
doc/posix-functions/pthread_getspecific.texi
doc/posix-functions/pthread_key_create.texi
doc/posix-functions/pthread_key_delete.texi
doc/posix-functions/pthread_setspecific.texi
lib/pthread-tss.c [new file with mode: 0644]
m4/pthread-tss.m4 [new file with mode: 0644]
modules/pthread-tss [new file with mode: 0644]