diff options
Diffstat (limited to 'src/s/irix3-3.h')
-rw-r--r-- | src/s/irix3-3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 86a555e9e8c..252fc3a7b19 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -141,7 +141,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _setjmp setjmp #define _longjmp longjmp -/* On USG systems the system calls are interruptable by signals +/* On USG systems the system calls are interruptible by signals that the user program has elected to catch. Thus the system call must be retried in these cases. To handle this without massive changes in the source code, we remap the standard system call names |