]> Savannah Git Hosting - gnulib.git/commit
thrd: New module.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Jun 2019 02:26:31 +0000 (04:26 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 20 Jun 2019 02:46:38 +0000 (04:46 +0200)
commit3696a934e60b3c390bc217bf3273e0c5399e5fd4
tree6e7379005ec24c4553403f834e38bcd0a3b1a729
parentbf6dd504cc2fcd8481ad5787999b845a3c00f54d
thrd: New module.

* lib/thrd.c: New file.
* m4/thrd.m4: New file.
* modules/thrd: New file.
* doc/posix-functions/thrd_current.texi: Mention the new module.
* doc/posix-functions/thrd_detach.texi: Likewise.
* doc/posix-functions/thrd_equal.texi: Likewise.
* doc/posix-functions/thrd_exit.texi: Likewise.
* doc/posix-functions/thrd_sleep.texi: Likewise.
* doc/posix-functions/thrd_yield.texi: Likewise.
* doc/posix-functions/thrd_create.texi: Mention the new module and the
AIX bug.
* doc/posix-functions/thrd_join.texi: Mention the new module and the
AIX and Solaris bugs.
12 files changed:
ChangeLog
doc/posix-functions/thrd_create.texi
doc/posix-functions/thrd_current.texi
doc/posix-functions/thrd_detach.texi
doc/posix-functions/thrd_equal.texi
doc/posix-functions/thrd_exit.texi
doc/posix-functions/thrd_join.texi
doc/posix-functions/thrd_sleep.texi
doc/posix-functions/thrd_yield.texi
lib/thrd.c [new file with mode: 0644]
m4/thrd.m4 [new file with mode: 0644]
modules/thrd [new file with mode: 0644]