diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
commit | 96d2a81331a43c920045ba0d3850caffac85a123 (patch) | |
tree | 8866f62b6bb08bd75892a12dee42230b49ccabbe /doc/chopstx-api.texi | |
parent | fa7cecc0b4b62f30f3008d43f6881acccf63b2aa (diff) |
Version 1.5.release/1.5
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc/chopstx-api.texi')
-rw-r--r-- | doc/chopstx-api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chopstx-api.texi b/doc/chopstx-api.texi index 03e1a3a..827e91a 100644 --- a/doc/chopstx-api.texi +++ b/doc/chopstx-api.texi @@ -9,7 +9,7 @@ stop further execution of code. It never returns. @subheading chopstx_create @anchor{chopstx_create} -@deftypefun {chopstx_t} {chopstx_create} (uint32_t @var{flags_and_prio}, uint32_t @var{stack_addr}, size_t @var{stack_size}, voidfunc @var{thread_entry}, void * @var{arg}) +@deftypefun {chopstx_t} {chopstx_create} (uint32_t @var{flags_and_prio}, uintptr_t @var{stack_addr}, size_t @var{stack_size}, voidfunc @var{thread_entry}, void * @var{arg}) @var{flags_and_prio}: Flags and priority @var{stack_addr}: Stack address |