aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-07-31 22:32:15 +0000
committerDave Love2002-07-31 22:32:15 +0000
commit2f4a1e5d22df3c40c396f0ea769e1d63d48b5eb8 (patch)
tree2aaf5e75a0be80f609dd0db31079abf6f9f68526 /src
parentfcdfd82ca9c17fbd081682969dae6fa2fb9d0f1e (diff)
downloademacs-2f4a1e5d22df3c40c396f0ea769e1d63d48b5eb8.tar.gz
emacs-2f4a1e5d22df3c40c396f0ea769e1d63d48b5eb8.zip
(bcopy, bzero, bcmp): Don't undef.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix6-0.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index e0950127f7c..52b193dc645 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -31,19 +31,4 @@
31#undef ospeed 31#undef ospeed
32#endif 32#endif
33 33
34/* Cancel some #define's in usg5-4.h.
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. */
37/* Extrapolating from Irix 6.5, the problem is that (at least) the
38 bzero definition breaks what the X headers do. The following means
39 that we lack prototypes for these functions, and we presumably lose
40 at least in the 64-bit ABI (though that's only supported on Irix
41 6.5, which I can test). We may be saved by the fact that these
42 appear to be intrinsics in the SGI (Cray) compiler. It's probably
43 appropriate to include strings.h here, but I can't test it. See
44 irix6-5.h. -- fx */
45#undef bcopy
46#undef bcmp
47#undef bzero
48
49#undef TIOCSIGSEND 34#undef TIOCSIGSEND