X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-read.h;h=87417bc213a21f22dcbde2369239b429c3a420f8;hb=a1c8d3d65945c9d7b1ad9ac02e980baa0394e30d;hp=0946814776a9de8b2136f7d15d85b87c2ebaa360;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/safe-read.h b/lib/safe-read.h index 094681477..87417bc21 100644 --- a/lib/safe-read.h +++ b/lib/safe-read.h @@ -17,7 +17,7 @@ /* Some system calls may be interrupted and fail with errno = EINTR in the following situations: - The process is stopped and restarted (signal SIGSTOP and SIGCONT, user - types Ctrl-Z) on some platforms: MacOS X. + types Ctrl-Z) on some platforms: Mac OS X. - The process receives a signal for which a signal handler was installed with sigaction() with an sa_flags field that does not contain SA_RESTART.