aboutsummaryrefslogtreecommitdiffstats
path: root/example/poll_client.c
AgeCommit message (Collapse)AuthorLines
2020-03-13State GPL version in comment (#485)Dr. David Alan Gilbert-1/+1
IN a bunch of comments we say 'under the terms of the GNU GPL', make it clear this is GPLv2 (as LICENSE says). Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
2017-01-11Return with exitcode 0 if there are no errors.Nikolaus Rath-0/+1
2016-10-28Clean-up doxygen documentationNikolaus Rath-6/+3
Fixes: #81.
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-0/+87
The new names should make it more obvious at first glance what each example demonstrates.