diff --git a/phases/ephemeral/witx/wasi_ephemeral_poll.witx b/phases/ephemeral/witx/wasi_ephemeral_poll.witx index 7dcdb53e..a30b96af 100644 --- a/phases/ephemeral/witx/wasi_ephemeral_poll.witx +++ b/phases/ephemeral/witx/wasi_ephemeral_poll.witx @@ -12,6 +12,8 @@ (import "memory" (memory)) ;;; Concurrently poll for the occurrence of a set of events. + ;;; + ;;; If `nsubscriptions` is 0, returns `errno::inval`. (@interface func (export "oneoff") ;;; The events to which to subscribe. (param $in (@witx const_pointer $subscription))