Penguin
Note: You are viewing an old revision of this page. View the current version.

Interrupted System Call

This is returned by the kernel if a system call was interrupted permaturely with a signal before it was able to complete. You should probably retry the syscall again. This behavour can be changed on a signal by signal basis with sigaction(2).