Using C poll() on stdin with systemd
I recently wrote a C application which uses poll() towait for interrupts from a GPIO. It worked perfectly until we tried to run theapplication under systemd on Angstrom at which point it used 100%...
I recently wrote a C application which uses poll() towait for interrupts from a GPIO. It worked perfectly until we tried to run theapplication under systemd on Angstrom at which point it used 100%...