comparison src/s/sco4.h @ 7413:39ba97525390

(PREFER_VSUSP): Defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 May 1994 03:30:26 +0000
parents cd81dba38a49
children 191acacfa1ec
comparison
equal deleted inserted replaced
7412:f067e1a5ceb4 7413:39ba97525390
121 121
122 /* miano@acosta.enet.dec.com says these are needed. */ 122 /* miano@acosta.enet.dec.com says these are needed. */
123 #define bcopy(b1,b2,len) memmove (b2, b1, len) 123 #define bcopy(b1,b2,len) memmove (b2, b1, len)
124 #define bzero(b,len) memset (b, 0, len) 124 #define bzero(b,len) memset (b, 0, len)
125 #define bcmp(b1,b2,len) memcmp (b1, b2, len) 125 #define bcmp(b1,b2,len) memcmp (b1, b2, len)
126
127 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
128 #define PREFER_VSUSP