X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-write.h;h=ad4eac802be0c6272e910f2bbdc6faab8202e755;hb=daf7f8c02242c535d596231e2f655109b97fa2bc;hp=5c4ef381f440653e423b21f96e1d4cefa343d2a3;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/safe-write.h b/lib/safe-write.h index 5c4ef381f..ad4eac802 100644 --- a/lib/safe-write.h +++ b/lib/safe-write.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.