comparison src/s/irix6-0.h @ 35151:d5dada0b18de

Rearrange relative to comment.
author Dave Love <fx@gnu.org>
date Mon, 08 Jan 2001 19:56:54 +0000
parents 772150b7906d
children 3bbdce4d2437 ecf2fa064ecc
comparison
equal deleted inserted replaced
35150:ab2107f870ad 35151:d5dada0b18de
32 #endif 32 #endif
33 33
34 /* Cancel some #define's in usg5-4.h. 34 /* Cancel some #define's in usg5-4.h.
35 Larry Hunter <hunter@nlm.nih.gov> said this was needed 35 Larry Hunter <hunter@nlm.nih.gov> said this was needed
36 for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */ 36 for Irix 6.5. Let's see if it is safe in 6.N, N<5, as well. */
37 #undef TIOCSIGSEND
38 /* Extrapolating from Irix 6.5, the problem is that (at least) the 37 /* Extrapolating from Irix 6.5, the problem is that (at least) the
39 bzero definition breaks what the X headers do. The following means 38 bzero definition breaks what the X headers do. The following means
40 that we lack prototypes for these functions, and we presumably lose 39 that we lack prototypes for these functions, and we presumably lose
41 at least in the 64-bit ABI (though that's only supported on Irix 40 at least in the 64-bit ABI (though that's only supported on Irix
42 6.5, which I can test). We may be saved by the fact that these 41 6.5, which I can test). We may be saved by the fact that these
44 appropriate to include strings.h here, but I can't test it. See 43 appropriate to include strings.h here, but I can't test it. See
45 irix6-5.h. -- fx */ 44 irix6-5.h. -- fx */
46 #undef bcopy 45 #undef bcopy
47 #undef bcmp 46 #undef bcmp
48 #undef bzero 47 #undef bzero
48
49 #undef TIOCSIGSEND