mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-04 07:43:58 +02:00
.
This commit is contained in:
@@ -103,6 +103,13 @@
|
||||
#if defined(VSWTCH) && !defined(CSWTCH)
|
||||
#define CSWTCH _POSIX_VDISABLE
|
||||
#endif
|
||||
|
||||
/* SunOS 5.3 loses (^Z doesn't work) if `swtch' is the same as `susp'.
|
||||
So the default is to disable `swtch.' */
|
||||
#if defined (__sparc__) && defined (__svr4__)
|
||||
#define CSWTCH _POSIX_VDISABLE
|
||||
#endif
|
||||
|
||||
#if defined(VDSUSP) && !defined (CDSUSP)
|
||||
#define CDSUSP Control ('y')
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user