summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-24 00:20:07 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-24 00:20:07 +0000
commitb79b5bff94e3311d2597ec68d002f49fa203b786 (patch)
treef8cf1a396c6c568f8fc181883e6b8bf034a8e3ac /src/sysdep.c
parent5c3416a57ff6322cdfd0f329b7bc72b775321982 (diff)
downloademacs-b79b5bff94e3311d2597ec68d002f49fa203b786.tar.gz
Delete BROKEN_FASYNC conditional.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 51cbb04fc4c..9863ec99f07 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -112,15 +112,6 @@ extern int errno;
#endif
#endif /* not 4.1 bsd */
-#ifdef BROKEN_FASYNC
-/* On some systems (DGUX comes to mind real fast) FASYNC causes
- background writes to the terminal to stop all processes in the
- process group when invoked under the csh (and probably any shell
- with job control). This stops Emacs dead in its tracks when coming
- up under X11. */
-#undef FASYNC
-#endif
-
#ifndef MSDOS
#include <sys/ioctl.h>
#endif