# HG changeset patch # User Jim Blandy # Date 737575977 0 # Node ID 006c7fbdeab7f3c5e45d91ab3a92999f5c4c24ad # Parent 688e57a7ade8179c8019121bdebd8a1c18f72c36 Document sun change. diff -r 688e57a7ade8 -r 006c7fbdeab7 src/process.c --- a/src/process.c Sun May 16 17:43:36 1993 +0000 +++ b/src/process.c Sun May 16 18:12:57 1993 +0000 @@ -1843,7 +1843,13 @@ } #if defined(sun) && !defined(USG5_4) else if (nfds > 0 && FD_ISSET (0, &Available) && interrupt_input) - /* System sometimes fails to deliver SIGIO. */ + /* System sometimes fails to deliver SIGIO. + + David J. Mackenzie says that Emacs doesn't compile under + Solaris if this code is enabled, thus the USG5_4 in the CPP + conditional. "I haven't noticed any ill effects so far. + If you find a Solaris expert somewhere, they might know + better." */ kill (getpid (), SIGIO); #endif