aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2012-07-07 11:16:15 -0700
committerGlenn Morris2012-07-07 11:16:15 -0700
commit41f9404e0cb421fcea07538bbd686d54200ed92d (patch)
tree9c603959ee77afdf3ae345c25c4a3244b2826930 /src/s
parent929e7845741487751d88cc43c180a540f3996210 (diff)
downloademacs-41f9404e0cb421fcea07538bbd686d54200ed92d.tar.gz
emacs-41f9404e0cb421fcea07538bbd686d54200ed92d.zip
* configure.in (BROKEN_SA_RESTART): Doc fix.
* src/sysdep.c, src/s/irix6-5.h: Related comments.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix6-5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index 7e5a5505ee2..30aca2b5416 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -80,7 +80,7 @@ char *_getpty();
80 80
81#define NARROWPROTO 1 81#define NARROWPROTO 1
82 82
83#undef SA_RESTART 83#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
84 84
85#undef TIOCSIGSEND /* defined in usg5-4-common.h */ 85#undef TIOCSIGSEND /* defined in usg5-4-common.h */
86 86