]> git.ipfire.org Git - thirdparty/gnulib.git/commit
pthread-thread: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:37:38 +0000 (02:37 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:37:38 +0000 (02:37 +0200)
commitfdff0fd122cef97dc88e8e173bcce253534da145
tree14a498f15406141acd78e8e73aedc5369eea45a9
parent2d8599e9d46937f3b98a77d525fd968a5db4b7ce
pthread-thread: New module.

* lib/pthread.in.h (pthread_create, pthread_exit, pthread_join): Remove
inline definitions.
* lib/pthread-thread.c: New file.
* m4/pthread-thread.m4: New file.
* modules/pthread-thread: New file.
* doc/posix-functions/pthread_create.texi: Mention the new module.
* doc/posix-functions/pthread_attr_init.texi: Likewise.
* doc/posix-functions/pthread_attr_getdetachstate.texi: Likewise.
* doc/posix-functions/pthread_attr_setdetachstate.texi: Likewise.
* doc/posix-functions/pthread_attr_destroy.texi: Likewise.
* doc/posix-functions/pthread_self.texi: Likewise.
* doc/posix-functions/pthread_equal.texi: Likewise.
* doc/posix-functions/pthread_detach.texi: Likewise.
* doc/posix-functions/pthread_join.texi: Likewise.
* doc/posix-functions/pthread_exit.texi: Likewise.
15 files changed:
ChangeLog
doc/posix-functions/pthread_attr_destroy.texi
doc/posix-functions/pthread_attr_getdetachstate.texi
doc/posix-functions/pthread_attr_init.texi
doc/posix-functions/pthread_attr_setdetachstate.texi
doc/posix-functions/pthread_create.texi
doc/posix-functions/pthread_detach.texi
doc/posix-functions/pthread_equal.texi
doc/posix-functions/pthread_exit.texi
doc/posix-functions/pthread_join.texi
doc/posix-functions/pthread_self.texi
lib/pthread-thread.c [new file with mode: 0644]
lib/pthread.in.h
m4/pthread-thread.m4 [new file with mode: 0644]
modules/pthread-thread [new file with mode: 0644]