diff options
| author | Richard M. Stallman | 1994-09-24 00:20:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 00:20:07 +0000 |
| commit | b79b5bff94e3311d2597ec68d002f49fa203b786 (patch) | |
| tree | f8cf1a396c6c568f8fc181883e6b8bf034a8e3ac /src | |
| parent | 5c3416a57ff6322cdfd0f329b7bc72b775321982 (diff) | |
| download | emacs-b79b5bff94e3311d2597ec68d002f49fa203b786.tar.gz emacs-b79b5bff94e3311d2597ec68d002f49fa203b786.zip | |
Delete BROKEN_FASYNC conditional.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 9 |
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; | |||
| 112 | #endif | 112 | #endif |
| 113 | #endif /* not 4.1 bsd */ | 113 | #endif /* not 4.1 bsd */ |
| 114 | 114 | ||
| 115 | #ifdef BROKEN_FASYNC | ||
| 116 | /* On some systems (DGUX comes to mind real fast) FASYNC causes | ||
| 117 | background writes to the terminal to stop all processes in the | ||
| 118 | process group when invoked under the csh (and probably any shell | ||
| 119 | with job control). This stops Emacs dead in its tracks when coming | ||
| 120 | up under X11. */ | ||
| 121 | #undef FASYNC | ||
| 122 | #endif | ||
| 123 | |||
| 124 | #ifndef MSDOS | 115 | #ifndef MSDOS |
| 125 | #include <sys/ioctl.h> | 116 | #include <sys/ioctl.h> |
| 126 | #endif | 117 | #endif |