Closed WallaceIT closed 3 years ago
Replace signal() + siginterrupt() with a single call to sigaction().
This fixes following compiler warnings:
warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead
Closing with intention of instantly re-opening.
Need to restart the action, but it does not seem possible now.
Replace signal() + siginterrupt() with a single call to sigaction().
This fixes following compiler warnings:
warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead