X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fevent-unixoid.c;h=0dc49eaea2e15eda74ef6785faabc53e156baacf;hb=f94fbd3020e40c3685853c905014f2ae310b02c7;hp=1bfd82cc6ec01cbc766cf2f7d180c8237701b010;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/event-unixoid.c b/src/event-unixoid.c index 1bfd82c..0dc49ea 100644 --- a/src/event-unixoid.c +++ b/src/event-unixoid.c @@ -223,9 +223,9 @@ poll_fds_for_input (SELECT_TYPE mask) return retval; if (errno != EINTR) { - /* Something went seriously wrong; don't abort since maybe + /* Something went seriously wrong; don't ABORT since maybe the TTY just died at the wrong time. */ - fprintf (stderr, "xemacs: select failed: errno = %d\n", errno); + stderr_out ("xemacs: select failed: errno = %d\n", errno); return 0; } /* else, we got interrupted by a signal, so try again. */