Re: Manipulating C code at the AST level, in C
Richard Kettlewell <[email protected]>
| Newsgroups | comp.os.linux.misc |
|---|---|
| Organization | terraraq NNTP server |
| Message-ID | <[email protected]> |
Geoff Clare <[email protected]> writes: > Richard Kettlewell wrote: >> poll() doesn’t poll, despite the name. > > Yes it does, if you tell it to. > > Quoting from the SUS at the previously-given URL: > > To effect a poll, the application shall ensure that the timeout > argument for poll() is 0, or for ppoll() is not a null pointer and > points to a zero-valued timespec structure. Fair point! I’ll amend to “doesn’t _only_ poll”. -- https://www.greenend.org.uk/rjk/