comparison src/s/irix6-0.h @ 34614:772150b7906d

Comment update.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Dec 2000 14:49:34 +0000
parents 3ee28fa62fbe
children d5dada0b18de
comparison
equal deleted inserted replaced
34613:d4c7ac767031 34614:772150b7906d
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 37 #undef TIOCSIGSEND
38 /* Extrapolating from Irix 6.5, the problem is that (at least) the
39 bzero definition breaks what the X headers do. The following means
40 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
42 6.5, which I can test). We may be saved by the fact that these
43 appear to be intrinsics in the SGI (Cray) compiler. It's probably
44 appropriate to include strings.h here, but I can't test it. See
45 irix6-5.h. -- fx */
38 #undef bcopy 46 #undef bcopy
39 #undef bcmp 47 #undef bcmp
40 #undef bzero 48 #undef bzero