You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/11 19:35:10 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #740: problem with nxsig_timeout (sig_timedwait.c)

xiaoxiang781216 edited a comment on issue #740:
URL: https://github.com/apache/incubator-nuttx/issues/740#issuecomment-672221606


   @papatience after reviewing all caller of wd_start, all place just need one argument so, the prototype can be simple as:
   ```
   typedef CODE void (*wdentry_t)(FAR void *arg);
   ```
   just like what work_s done. If out of tree usage need pass more context info, he/she can always allocate the memory as need. So here is the patch: https://github.com/apache/incubator-nuttx/pull/1565


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org